I installed OS X Mavericks a few days ago and I am running Mapllotlib Version
1.3.1.
Everything works fine except that I get a warning every time i use the
pyplot.show() command.
here is what it looks like:
Python[27325] : The function `CGContextErase' is obsolete and will be
removed in an
Hi all,
I am new to Mpl, and I am making a 4x4 subplot now.
I wish to offset (downwards) the locations of the tick labels on the Y-axis of
one subplot.
Actually, I just want to offset one particular tick label but its also okay if
its a small (and equal) offset for the tick labels.
Can you plea
Hi,
>>
As a test, try to set your backend to either 'cocoaagg' or 'macosx' like so:
import matplotlib as mpl
mpl.use('cocoaagg')
There have been issues with TkAgg on macs. I have personally not had any
success with it (even with ActiveState's Tcl).
>>
>>
> tried doing the above but this requ
Sorry it seems that the group as a limit to mail size so I am resending the
mail below without the attachment.
Begin forwarded message:
> From: Bedartha Goswami
> Subject: Re: [Matplotlib-users] Matplotlib "show()" error Mac OS X Lion
> Date: November 11, 2011 4:36:1
Hi,
I have recently installed Python 32/64bit from Python.org and then I proceeded
to install bumpy, scipy, matplotlib and igraph on it. But the Matplotlib does
not show the plots even if it opens a Figure window. Here is a summary of what
I had done in my installation:
-
I first did a "cle