Re: [matplotlib-devel] 1.4.0rc1 has been tagged

2014-07-14 Thread Nelle Varoquaux
On 14 July 2014 00:10, Damon McDougall damon.mcdoug...@gmail.com wrote: On Sun, Jul 13, 2014 at 12:27 AM, Eric Firing efir...@hawaii.edu wrote: On 2014/07/12, 7:20 PM, Thomas Caswell wrote: Hey all, After a very productive sprint at scipy (according to pluse, we merged 35 PRs in the

[matplotlib-devel] plot_directive, context and multiple plots

2014-07-14 Thread Matthew Brett
Hi, I am happily using `plot_directive`, but I've run into an inconvenience when using the 'context' option. Consider this rst file: ``` ### A title ### .. plot:: :context: import matplotlib.pyplot as plt plt.plot(range(10)) Then some text. .. plot:: :context:

Re: [matplotlib-devel] plot_directive, context and multiple plots

2014-07-14 Thread Nathaniel Smith
Wouldn't a better default be to just close all figures when they're displayed? It can't be common that someone wants to show the same plot repeatedly (and if they do that could have an option)...? -n On 14 Jul 2014 22:16, Matthew Brett matthew.br...@gmail.com wrote: Hi, I am happily using