Re: [Matplotlib-users] Unable to compile on FC6

2006-10-27 Thread Trond Danielsen
2006/10/27, Robert Elsner <[EMAIL PROTECTED]>:
> Hello Everybody,
>
> I use the usual scipy + numpy + matplotlib combination for my daily
> work. Unfortunately after switching to Fedora Core 6 (from FC5) I am
> unable to compile matplotlib 0.87.6 on my system.
>

I am sure you allready know this, but matplotlib 0.87.6 is available
from fedora extra.

Best regards,
Trond

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Matplotlib wraps the graph

2006-10-27 Thread Trond Danielsen
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 correct result, only the plot is
> wrong.

I tried this again on Fedora Core 6, and the problem seems to be solved.

-- 
Trond Danielsen

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Matplotlib wraps the graph

2006-10-26 Thread Trond Danielsen
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. 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 correct result, only the plot is
wrong.


-- 
Trond Danielsen

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] Matplotlib wraps the graph

2006-10-25 Thread Trond Danielsen
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 Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users