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 -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAFesC-e4KRW_7iFpHozNexjhxrjWV4oVkkkaSScWDg6bXu6tqA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
