Hi,

I just encountered something odd.
I have (with import numpy as n and import pylab as pl) :
>>> x = n.arange(0, 2*n.pi, n.pi/30)
>>> z = n.array([n.cos(x), n.sin(x)]).T
If I draw a boxplot on z :
>>> pl.boxplot(z)
the values z are modified.
Is this a feature or a bug ?

Matthieu
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to