[Matplotlib-users] matplotlibrc has no effect on the plot? (windows7)

2015-05-19 Thread mato
I want to change the look of the default plots in Python, so I created the file matplotlibrc in the current working directory (Windows 7). The file gets loaded: /import matplotlib as mp print('Config. file loaded from:', mp.matplotlib_fname())/ prints: /Config. file loaded from: C:\

Re: [Matplotlib-users] matplotlibrc has no effect on the plot? (windows7)

2015-05-19 Thread mato
This might be the case (I'm running Anaconda/Spyder/Ipython) however so far I haven't been able to locate the appropriate settings file... Yuxiang Wang wrote > Are you using IPython QtConsole / Notebook? I think they have their > own settings on their backend. > > Shawn -- View this message

Re: [Matplotlib-users] matplotlibrc has no effect on the plot? (windows7)

2015-05-19 Thread mato
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. F