[matplotlib-devel] matplotlib v1.4.2

2014-10-25 Thread Thomas Caswell
Hot on the tails of v1.4.1, we have a v1.4.2 due to an error in the boxplot
api in pyplot.py

The only changes between 1.4.1 and 1.4.2 are:

 - corrected boxplot in pyplot.py
 - added extra paths to default search paths for freetype

Tom

-- 
Thomas Caswell
tcasw...@gmail.com
--
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


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

2014-10-25 Thread Matthew Brett
Sorry - I accidentally sent this reply just to Nathaniel - returning
to this as it bit me again:

On 7/14/14, Nathaniel Smith  wrote:
> 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)...?

Yes, I think that would be a better default.

You mean that if :context: is true, then always do something like
``plt.close('all')`` before running the relevant code and looking for
figures.

It would change the current behavior, but I agree that would be better.

Anyone disagree?

If not, I will make a pull request to change the behavior...

Cheers,

Matthew

--
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel