|
From: mato <mat...@ya...> - 2015-05-19 22:16:23
|
...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. |