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

2012-07-24 Thread Damon McDougall
On Mon, Jul 23, 2012 at 08:38:07PM -0400, Benjamin Root wrote: > 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 > >

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