You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow setting MATPLOTLIBRC by process substitution.
This makes (e.g.)
```
$ MATPLOTLIBRC=<(echo 'savefig.transparent: true') python foo.py
```
use `savefig.transparent: true` as contents of matplotlibrc for the
given process (on POSIX).
This generalizes the MPLBACKEND mechanism to all rcParams (although the
lack of "cascading" rc-files means that the "normal" rc-file is
completely hidden).
0 commit comments