This commit is contained in:
Daniel Schwabeneder 2017-12-04 15:53:45 +01:00
parent b987331b4f
commit 22d8ecffe5

View File

@ -4,7 +4,7 @@
Specify the colour theme for plots. Specify the colour theme for plots.
""" """
function theme(s::Symbol; kw...) function theme(s::Symbol; kw...)
# Reset to defaults to overwrite active team # Reset to defaults to overwrite active theme
reset_defaults() reset_defaults()
thm = PlotThemes._themes[s] thm = PlotThemes._themes[s]