[Matplotlib-users] plot_surface in pylab mode?

2013-03-29 Thread Michael Aye
Is there a pylab version of ax.plot_surface? I am asking because the following does not work when running an ipython notebook in pylab mode: #0: #create some data …. #1: fig = plt.figure() ax = fig.gca(projection='3d') #2: surf = ax.plot_surface( …..) # taking the exact command from the exam

[Matplotlib-users] Plotting 2D Structured CFD Grids and contour plots

2013-03-29 Thread Jeff Layton
Good afternoon, I'd like to be able to plot some 2D Structured CFD meshes and contour plots (pressure, etc) using Matplotlib. I've googled a little but does anyone have any pointers or links to help get me started? Thanks! Jeff --

[Matplotlib-users] MonthLocator doesn't honour rrule bymonthday -1 value for last day of month

2013-03-29 Thread Mark Lawrence
Hi all, From http://labix.org/python-dateutil "To generate a rrule for the use case of "a date on the specified day of the month, unless it is beyond the end of month, in which case it will be the last day of the month" use the following: rrule(MONTHLY, bymonthday=(some_day, -1), bysetpos=1)

Re: [Matplotlib-users] set_scale and set_xscale

2013-03-29 Thread Gökhan Sever
Here it comes -> https://github.com/matplotlib/matplotlib/issues/1871 On Fri, Mar 29, 2013 at 6:57 AM, Benjamin Root wrote: > > > On Thu, Mar 28, 2013 at 12:52 PM, Gökhan Sever > wrote: >> >> There is no documentation supplied for the first call. Should I file >> an issue for this on github? >>

Re: [Matplotlib-users] set_scale and set_xscale

2013-03-29 Thread Benjamin Root
On Thu, Mar 28, 2013 at 12:52 PM, Gökhan Sever wrote: > There is no documentation supplied for the first call. Should I file > an issue for this on github? > > Wouldn't hurt. Be sure to include an image showing the result of each command. Ben -