Dear list.
I just wanted to update my introductory matplotlib notebook
(
http://nbviewer.jupyter.org/github/mgeier/python-audio/blob/master/plotting/matplotlib.ipynb)
for matplotlib 2.x, when I found out that apparently the behavior of
plt.show() has changed since I last consciously tried it.
Previously, calling plt.show() (without using the %matplotlib magic
before) opened a new window containing the plot, now the plot is shown
inline in the notebook.
I don't know if this change is related to Jupyter or to Matplotlib.
Can someone please point me to the documentation where this behavior
is explained?
Or probably to a pull request or something where this was discussed?
It seems strange to me that the default here seems to be "inline",
while the default for the %matplotlib magic is having a separate plot
window and "inline" mode has to be requested explicitly.
Anyway, I'd like to find out more details about this behavior in order
to properly represent it in my introductory notebook.
cheers,
Matthias