uvex_transients.utils.plotting.set_plot_style#
- uvex_transients.utils.plotting.set_plot_style() None[source]#
Apply the package’s default matplotlib style, from
config["plotting.*"].Sets figure resolution, tick appearance (inward-pointing major/minor ticks on all four sides, the conventional look for a publication-style plot), and optional LaTeX text rendering. Every plotting function that creates its own figure calls this first, so a single edit to
config["plotting.*"](or a project-local override; see ~uvex_transients.utils.config.get_config) is enough to restyle every plot in the package and docs gallery consistently.