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