[Matplotlib-users] xlabel cut off in the example embeding_in_qt4.py

2012-01-21 Thread Forest Yang
of the example code. How can I fix this ? Thanks. Best regards, Forest Yang -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual

Re: [Matplotlib-users] xlabel cut off in the example embeding_in_qt4.py

2012-01-21 Thread Forest Yang
On Sat, Jan 21, 2012 at 9:53 PM, Ethan Swint esw...@vt.edu wrote: On 1/21/2012 9:12 PM, Forest Yang wrote: Hi,     I am embedding a plot in Qt4 application, following the matplotlib example embeding_in_qt4.py, however I found that the xlabel is cut off, although the label shows more if I

[Matplotlib-users] No qt4agg backends running on example file

2011-02-17 Thread Forest Yang
Hi, I am using Ubuntu 10.10, and installed matplotlib from the repository. But when running an example file embedding plot in Qt4 I got the following errors: [11:34 PM] $ python embedding_in_qt4.py Traceback (most recent call last): File embedding_in_qt4.py, line 16, in module from

Re: [Matplotlib-users] how to plot contour on a regular grid with mask ?

2010-09-18 Thread Forest Yang
Thanks, that works fantastically ! -- Forest. On Fri, Sep 17, 2010 at 9:23 PM, Benjamin Root ben.r...@ou.edu wrote: On Fri, Sep 17, 2010 at 8:05 PM, Forest Yang yzine0...@gmail.com wrote: Hi   I have a function z(x, y) on a regular grid. But some of the value z are not defined on (x,y). I

[Matplotlib-users] how to plot contour on a regular grid with mask ?

2010-09-17 Thread Forest Yang
Hi I have a function z(x, y) on a regular grid. But some of the value z are not defined on (x,y). I want to plot the contour or contourf of z on (x,y) but exclude specific (x,y) points. How can I do it ? Right now I just draw small colored square (rectangular) around defined (x,y) the color is

[Matplotlib-users] show legend without box ?

2010-07-01 Thread Forest Yang
Hi All, Is there any way to show the legend but without the box ? it is blocking the figures. Although I can set the alpha to make the legend transparent, still remove the box and make it transparent would be better. Thanks. Forest.