[Matplotlib-users] OS X Mavericks: CGContextErase warning

2013-10-28 Thread Bedartha Goswami
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

[Matplotlib-users] Tick Offset

2012-02-17 Thread Bedartha Goswami
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

Re: [Matplotlib-users] Matplotlib "show()" error Mac OS X Lion

2011-11-11 Thread Bedartha Goswami
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

[Matplotlib-users] Fwd: Matplotlib "show()" error Mac OS X Lion

2011-11-11 Thread Bedartha Goswami
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

[Matplotlib-users] Matplotlib "show()" error Mac OS X Lion

2011-11-08 Thread Bedartha Goswami
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