Re: [Matplotlib-users] Plotting large file (NetCDF)

2014-09-22 Thread Raffaele Quarta
Hi all, somebody can show me with an example how can I set the numpy's broadcasting feature? Actually, I'm using 'meshgrid' in the script but I knew that it takes a lot of time to have the plot. Thank you. Raf -Original Message- From: Raffaele Quarta

Re: [Matplotlib-users] Axes 3d scatter

2014-09-22 Thread Benjamin Root
As of version 1.4.0, the 3d scatter plotting function gained the depthshade argument that you can set to false. http://matplotlib.org/mpl_toolkits/mplot3d/tutorial.html#scatter-plots Cheers! Ben Root On Mon, Sep 22, 2014 at 11:18 AM, Gabriele Brambilla gb.gabrielebrambi...@gmail.com wrote:

Re: [Matplotlib-users] Axes 3d scatter

2014-09-22 Thread Gabriele Brambilla
If it returns this means that I have an older version? Traceback (most recent call last): File dataMODEL.py, line 99, in module ax.scatter(np.log10(NP), np.log10(NB*10**12), np.log10(NL), c='b', marker='o ', depthshade=False) File

Re: [Matplotlib-users] Axes 3d scatter

2014-09-22 Thread Benjamin Root
quite likely. To know for sure, run the following in the command-line: python -c import matplotlib; print matplotlib.__version__ On Mon, Sep 22, 2014 at 11:42 AM, Gabriele Brambilla gb.gabrielebrambi...@gmail.com wrote: If it returns this means that I have an older version? Traceback (most

Re: [Matplotlib-users] Wireframe with no cstrides?

2014-09-22 Thread Adam Hughes
Thanks benjamin. Not sure how I overlooked this! You wouldn't happen to know how to remove the cstrides while keeping the rstrides in tact? By strides, I guess I don't mean strides per-se, but the contour lines themselves that run over the surface. On Mon, Sep 22, 2014 at 9:55 AM, Benjamin

Re: [Matplotlib-users] Wireframe with no cstrides?

2014-09-22 Thread Benjamin Root
Sorry, that isn't possible in the current design. Instead, I would suggest making a line plot on top of surface mimicking this. Although, depending on the shape of the surface, this may not work out well as mplot3d may not properly compose such a scene of mixed objects. Also, as a side note, be

[Matplotlib-users] Please help on basemap issue

2014-09-22 Thread sachidanand gowda
Hi all, I am stuck with getting basemap up and running http://stackoverflow.com/questions/25985808/error-importing-basemap-keyerror-dap kindly look at the error i have posted on stackoverflow and let me know what are the next set of steps that i need to follow Thanks, Sachi