[IPython-dev] matplotlibrc seems to be ignored from IPython notebook

Richard Stanton stanton at haas.berkeley.edu
Wed May 8 13:17:21 EDT 2013


>From: MinRK <benjaminrk at gmail.com>
>
>It is not ignored, but IPython sets a few of its own defaults with the
>InlineBackend.rc config . One of these is savefig.dpi.  You can prevent
>this by simply clearing the inline backend rc with:
>
>c.InlineBackend.rc = {}
>
>in your config file.

-----

Thanks. That makes sense, but when I put that line in a (new) file called
~/ipy_user_conf.py, the plotting behavior is the same as before. Should I
have edited a different configuration file?






More information about the IPython-dev mailing list