Re: [matplotlib-devel] Minimum python version 2.6 vs 2.7

2014-05-07 Thread Nathaniel Smith
It is also technically possible to use a drop-in fallback implementation on older pythons, e.g.: https://github.com/pydata/patsy/blob/master/patsy/compat.py#L120 https://github.com/pydata/patsy/blob/master/patsy/compat_ordereddict.py -n On Wed, May 7, 2014 at 4:03 PM, Federico Ariza wrote: >

Re: [matplotlib-devel] Minimum python version 2.6 vs 2.7

2014-05-07 Thread Federico Ariza
Yes I know. But I don't want to pollute more than strictly necessary. There is already too much unused code around. Federico On 7 May 2014 11:12, "Nathaniel Smith" wrote: > It is also technically possible to use a drop-in fallback > implementation on older pythons, e.g.: > https://github.com/

[matplotlib-devel] Minimum python version 2.6 vs 2.7

2014-05-07 Thread Federico Ariza
Hello Working on the MEP22 I would like to use an OrderedDict but it is only natively available from python 2.7 Are there any plans to remove 2.6 for matplotlib 1.5? If not. I will just use a list with dicts inside, not as elegant but works. Thanks Federico -

[matplotlib-devel] No output when using webagg backend

2014-05-07 Thread Skip Montanaro
Apologies for those of you seeing this for a second time. I've received no response on matplotlib-users, so I'm turning to the experts. In one message, I wrote: I'm trying to use the webagg backend for the first time, and seem to be bumping into a common problem - nothing appears. The fir