Commit f2ceb78
committed
Make inline the default matplotlib backend
uses MPLBACKEND env (matplotlib > 1.5).
Trigger extra IPython inline setup when inline backend is loaded.
We can't call the simpler `ip.enable_matplotlib()` here because
this will be triggered during pyplot import,
and enable_matplotlib() imports pyplot which isn't ready yet.1 parent f8b959e commit f2ceb78
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
0 commit comments