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