Re: [Matplotlib-users] color problems in scatter plot

2011-10-06 Thread Michael Castleton
Hi Ryan More very interesting information! I will give these methods a try! Thanks once again, Mike rcnelson wrote: > > Mike, > > You may want to look into the matplotlib.cm and matplotlib.colors modules. > I've had good success with matplotlib.colors.LinearSegmentedColormap and > its > 'fr

Re: [Matplotlib-users] removing ticks & axes from 3d plot

2011-10-06 Thread Benjamin Root
On Thu, Oct 6, 2011 at 2:56 PM, David Pine wrote: > I need help on how to remove the ticks and axes lines on a 3d plot. I got > rid of the tick labels using > ax.w_xaxis.set_ticklabels(['']) but I haven't been able to figure out how > to do the ticks themselves. > > Also, is there a way to remov

Re: [Matplotlib-users] Basemap shapelib change from 1.0.1 to 1.0.2

2011-10-06 Thread Jeff Whitaker
On 9/29/11 9:44 AM, Filipe Pires Alvarenga Fernandes wrote: > Hi I noticed that Basemap 1.0.2 will replace the old pyshapelib with > the pure python shapelib.py. However, that did break some of my > scripts when I use custom shapefiles. > > Here is a picture from Basemap 1.0.1, > > http://imageshac

Re: [Matplotlib-users] 3D bar chart help!

2011-10-06 Thread Benjamin Root
On Wed, Oct 5, 2011 at 7:15 PM, Andrew C wrote: > Hello List Server, > > I am trying to take a raster dataset, getting the center points, and the z > value and trying to graph it in a 3D bar chart quite unsuccessfully. > > My data looks like this: > XCoord = [1,2,3,4] > YCoord = [1,2,3,4] > ZCoo

[Matplotlib-users] Navigation toolbar button - Edit curves line and axes parameters

2011-10-06 Thread Nils Wagner
Hi all, I have played around with the "edit curves line and axes parameters" button. I have modified the label but the legend is not refreshed in the figure. >>> matplotlib.__version__ '1.0.1' Am I missing something ? Nils