theme

theme(name; kwrgs...)

Offer themes support. name is the theme name. So far the three options are:

On top of the modern mode variations (so far dark only) one can set the following kwargs options:

Note: Except save and reset, the changes operated by the kwargs are temporary and operate only until an image is show(n) or saved.

This function can be called alone, e.g. theme("dark") or as an option in the plot module.

Source Code

This function has multiple methods: