Re: [matplotlib-devel] Reorganizing axes plot methods

2013-07-10 Thread Eric Firing
On 2013/07/10 1:11 AM, Anton Akhmerov wrote: > Eric Firing writes: > >> This would require pyplot to be imported by everything, wouldn't it? >> That would completely defeat the strategy of having an OO level that >> doesn't know about pyplot at all, and then having pyplot be the thin top >> layer.

Re: [matplotlib-devel] Reorganizing axes plot methods

2013-07-10 Thread Anton Akhmerov
Eric Firing writes: > This would require pyplot to be imported by everything, wouldn't it? > That would completely defeat the strategy of having an OO level that > doesn't know about pyplot at all, and then having pyplot be the thin top > layer. Requiring pyplot isn't necessary, instead one m