2006/10/26, Trond Danielsen <[EMAIL PROTECTED]>:
>
> I will have to check this, but I do not think that is the problem. The
> data is used in another algorithm which locates the correlation
> maximum between two sliding windows (to detect the start of a data
> msg), and the algorithm returns the co
2006/10/25, Darren Dale <[EMAIL PROTECTED]>:
> 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)
>
I will have to check this, but I do not think that is the problem
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:
>
>
> "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 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