Hi all,
Sometime in the past couple months, there's been a change in SVN that's
causing me problems when trying to hide tick labels. I think the problem is
related to the get_xticklabels()/get_yticklabels() methods of the Axes class,
in that they only return a list consisting of a single tick
So I have a contourf plot and I am resetting the ylims so as to only
display a subset of the full contourf plot. Is there anyway to set norm
and the colorbar so they take their colormapping settings using the data
currently on display? By which I mean: the full dataset has a range of
260-320.
Hi Charlie,
Jenny here. I'm trying to make an executable of my python program that uses
MatPlotLib. I tried your example below and I got this kind of error when I
ran the exe. I'm using python 2.3.3, MatPlotLib 0.87.3 and py2exe 0.6.5. I
really need to use the MatPlotLib don't know what to do.
T
On Thursday 24 August 2006 15:03, [EMAIL PROTECTED] wrote:
> Itś working now, thanks. Just a remark why the fonts must be in mpl-data
> and why matplotlib is not using the fonts who are in the system?
It's a bug. Edin said he would work on it.
> Le jeudi 24 août 2006 13:56, vous avez écrit :
> >
Itś working now, thanks. Just a remark why the fonts must be in mpl-data and
why matplotlib is not using the fonts who are in the system?
N.
Le jeudi 24 août 2006 13:56, vous avez écrit :
> On Thursday 24 August 2006 13:42, [EMAIL PROTECTED] wrote:
> > Hello,
> >
> > I saw that mathtext2 wa
On Thursday 24 August 2006 13:42, [EMAIL PROTECTED] wrote:
> Hello,
>
> I saw that mathtext2 was include in the svn, I try to test it but even the
> demo is not working with the error message:
>
>
>
> ValueError: unrecognized symbol "\frac3"
> WARNING: Failure executing file:
The demo doesn
Hey guys I am creating an application that deals with a few graphs, but it
does other things also.
What I would like to do is to have a wx.Panel that takes some input from
the user, and then when I get the information I plot some data. The user
picks a start and finish point on the graph and then
Hello,
I saw that mathtext2 was include in the svn, I try to test it but even the
demo is not working with the error message:
ValueError: unrecognized symbol "\frac3"
WARNING: Failure executing file:
N.
-
Usin