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

2011-10-11 Thread Benjamin Root
On Thu, Oct 6, 2011 at 3:36 PM, Benjamin Root wrote: > 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 >>

[Matplotlib-users] Problem building 64-bit matplotlib for MacOS X 10.6

2011-10-11 Thread Russell E. Owen
I was hoping to build a matplotlib binary installer for python.org's 64-bit Python (MacOS X 10.6 and later). But I've run into problems that make me think python.org's python is not fully compatible with ActiveState Tcl/Tk. Here's what I have: MacOS X 10.6.8 Python: python-2.7.2-macosx10.6.dmg

Re: [Matplotlib-users] ANN: matplotlib-1.1.0

2011-10-11 Thread Christoph Gohlke
The minimum versions of numpy required for the matplotlib-1.1.0 Windows installers are: numpy-1.4.1 win32-py2.5 numpy-1.5.1 win32-py2.6 numpy-1.5.1 win32-py2.7 numpy-1.6.1 win-amd64-py2.x Christoph On 10/11/2011 6:00 AM, John Hunter wrote: > A new release of matplotlib is available for downloa

[Matplotlib-users] Creating a new colormap based on a cmap from matplotlib.cm?

2011-10-11 Thread Keith Hughitt
Hi all, Does anyone know of a good way to create a new LinearSegmentedColormap based off an existing one? I have a function which attempts to generate N "optimal" color map indices for a given data array. In cases where the number of values specified in _segmentdata is the same as N, then I can s

[Matplotlib-users] ANN: matplotlib-1.1.0

2011-10-11 Thread John Hunter
A new release of matplotlib is available for download at https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.0 There are lots of nifty new features like Sankey diagrams, an API for animations and movie making, enhanced 3D support, support for auto-layout of subplots with

[Matplotlib-users] Strange FigureCanvasWxAgg event behavior in Matplotlib 1.1.0 and wxPython 2.9.2.4

2011-10-11 Thread Åke Kullenberg
I initially asked this question in the wxPython-users mailing-list ( http://groups.google.com/group/wxpython-users/browse_thread/thread/fe2a0a55dd09ef4a#), but I figured Matplotlib-users would be a good place to ask in too. I am using Matplotlib 1.1.0 in wxPython 2.9.2.4 through FigureCanvasWxAgg

[Matplotlib-users] Installation: "missing relocs"

2011-10-11 Thread Chang, Christopher
Hi, Trying to install 1.0.1 on OSX 10.6, with python 2.7 (built from source), GCC 4.6.1 built from source (to get Fortran compiler), numpy 1.6.1, and libpng 1.4.8. Modified setup.cfg to specify TkAgg backend, and setupext.py line 832 (remove the "[-2]" to get around list indexing error, mayb