On Sat, Jan 21, 2012 at 9:53 PM, Ethan Swint 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, a
it 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! V
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
from matplotlib.b
Thanks, that works fantastically !
-- Forest.
On Fri, Sep 17, 2010 at 9:23 PM, Benjamin Root wrote:
> On Fri, Sep 17, 2010 at 8:05 PM, Forest Yang wrote:
>>
>> Hi
>>
>> I have a function z(x, y) on a regular grid. But some of the value
>> z are not def
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
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.
-