...or I can put the file(s) that dynamically change the rc settings in the
current directory and just execute them (import) whenever I want to use
different settings for the plots.
This is less elegant than the configuration file, but at least solves my
problem for now.
Thank you Yuxian.

Cheers
Mato


Yuxiang Wang wrote
> Here is what I did:
> 
> Put a 00_matplotlib_rc.py in ipython's profile_default/startup folder
> (you might need to run ipython profile create, or ipython profile
> locate to create/find them), and in the file specify my matplotlib rc
> parameters. For example:
> 
> import matplotlib as mpl
> 
> 
> # Figure formatting
> mpl.rcParams['savefig.dpi'] = 300
> mpl.rcParams['figure.figsize'] = (3.27, 3.27)
> 
> ...





--
View this message in context: 
http://matplotlib.1069221.n5.nabble.com/matplotlibrc-has-no-effect-on-the-plot-windows7-tp45573p45577.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to