Hello,
with 0.99.{0, 1rc1} I have problem with this code:

In [1]: import matplotlib.pyplot as plt

In [2]: import numpy as np

In [3]: x = np.arange(0., np.e, 0.01)

In [4]: y = np.log(x)

In [5]: print y[:2], y[-2:]
[       -Inf -4.60517019] [ 0.99325177  0.99694863]

In [6]: plt.plot(x, y);

In [7]: plt.show()

that generates the image attached, that's clearly wrong :)

I works fine with 0.98.5.3, so there's something in the 0.99.* that broke.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

<<attachment: log_graph.png>>

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to