python - Choosing a matplotlib backend for a specific IPython profile -


matplotlib has config file , ipython has own. 1 has precedence when comes setting things matplotlib backends?

for example, config file matplotlib says use specific backend, modify ipython startup or config files use different one. 1 used when start ipython , import matplotlib?

more generally, right way set things different profiles use different matplotlib backends or matplotlib configurations?

ipython configuration used, ipython chooses matplotlib backend.

for reference, see ipython:core/pylabtools.py:activate_matplotlib , notice how matplotlib.use(backend) called explicitly.


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -