Re: [matplotlib-devel] Adding Matlab's fplot to Axes

2012-07-23 Thread Benjamin Root
On Monday, July 23, 2012, Eric Firing wrote: > On 2012/07/23 11:43 AM, Damon McDougall wrote: > > Hello all, > > > > So, as per Philip's suggestion > > (https://github.com/matplotlib/matplotlib/pull/737) I've started > > encapsulating fplot functionality into a class. The point of this is so > > t

Re: [matplotlib-devel] Adding Matlab's fplot to Axes

2012-07-23 Thread Eric Firing
On 2012/07/23 11:43 AM, Damon McDougall wrote: > Hello all, > > So, as per Philip's suggestion > (https://github.com/matplotlib/matplotlib/pull/737) I've started > encapsulating fplot functionality into a class. The point of this is so > that the user can call either of the following: > > FPlot_ins

[matplotlib-devel] Adding Matlab's fplot to Axes

2012-07-23 Thread Damon McDougall
Hello all, So, as per Philip's suggestion (https://github.com/matplotlib/matplotlib/pull/737) I've started encapsulating fplot functionality into a class. The point of this is so that the user can call either of the following: FPlot_instance = ax.fplot(f, [x0, y0, x1, y1]) ax.fplot(FPlot_instance

Re: [matplotlib-devel] python3 release

2012-07-23 Thread Benjamin Root
On Fri, Jul 20, 2012 at 3:21 PM, John Hunter wrote: > I would like to discuss a timetable towards a python3 release (1.2 or > 2.0). I'll throw this out there, and am happy to make modifications > according to feedback > > Aug 20th : feature freeze and branch. bugfixes only going forward from >

[matplotlib-devel] macosx backend: Move all figures to front with non-interactive show()

2012-07-23 Thread Gellule Xg
Dear macosx backend users, Could you please have a look at pull request https://github.com/matplotlib/matplotlib/pull/1036. It removes a minor annoyance where only the last figure would appear to the front after issuing a non-interactive show(). It builds upon https://github.com/matplotlib/mat