A script to use matplotlib configurations.
For installing it you can do,
import httpimport
with httpimport.remote_repo(['plt_config'], 'https://raw.githubusercontent.com/juanjq/matplotlib_configuration/main'):
import plt_config
And we have different options to use it,
A simple configuration but with some features that the default version do not have. As LaTex text, textsize changing and colors.
nis the textsize
plt_config.simple(n)
An example:
A more complex configuration of matplotlib With things as LaTex text, personalized ticks, colors and etc.
nis the textsize
plt_config.complex(n)
An example:
The default configuration of matplotlib.
plt_config.default()
An example:


