multicolorfits.apply_bare_plot_style#

multicolorfits.apply_bare_plot_style(compose, *, transparent=False)[source]#

Configure compose for publication / image-only output.

Hides ticks, axis labels, title, legend, swatch, band labels, and skyplothelper overlays. When transparent is True, also sets facecolor='none' so saved PNGs have no margin matting.

Returns compose (same object, mutated in place) for chaining.

Examples

>>> import multicolorfits as mcf
>>> s = mcf.McfSession()
>>> mcf.apply_bare_plot_style(s.compose, transparent=True)