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
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
--
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)
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?
>>
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
-