Hello everyone!
I have a problem with matplotlib: If the input data has values larger
than 130, the graph wraps around. Is this a known problem?
I am using matplotlib 0.87.3 on fedora core 5.
--
Trond Danielsen
-
Using Tomc
> "Trond" == Trond Danielsen <[EMAIL PROTECTED]> writes:
Trond> Hello everyone! I have a problem with matplotlib: If the
Trond> input data has values larger than 130, the graph wraps
Trond> around. Is this a known problem?
Trond> I am using matplotlib 0.87.3 on fedora core 5.
Hello all. I'm a long time MATLAB user and relatively new Python user who has decided to take the plunge and try MPL. My workstation is an Ultra 60 running Solaris 10 (6/06) with Sun Studio 11. I have compiled and installed Python
2.5, numpy1.0rc3 and scipy 0.5.1 all with the Sun compilers. I
Hi, is there a limit to the number of times one can call ax.plot(x,y) ?Thanks,David
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your
I'm trying to run a program that plot experimental datas during measurement (to check if experiment is okay). I started doing directly measuring one point and plotting it import matplotlibmatplotlib.use('TkAgg')
...from pylab import *...ion()while cond: measure() plot(X[-1:],Y[-1:],"o") #plot
David Huard wrote:
> Hi,
> is there a limit to the number of times one can call ax.plot(x,y) ?
None that I can see; if you seem to be running into such a limit, then
it sounds like a bug.
Eric
-
Using Tomcat but need to do
Could this be a data type issue?
from numpy import arange
arange(120, 130, dtype=Int8)
Out: array([ 120, 121, 122, 123, 124, 125, 126, 127, -128, -127],
dtype=int8)
On Wednesday 25 October 2006 09:51, John Hunter wrote:
> > "Trond" == Trond Danielsen <[EMAIL PROTECTED]> writes:
>
>
Lionel
Is it possible to change the font sizes on the
(a) direction labels (N, S, E, W)
(b) % values labelling the rings?
Thanks
Derek
--
This message is subject to the CSIR's copyright, terms and conditions and
e-mail legal notice. Views expressed herein do not necessarily represent the
v