The following boxplot raises a warning:

>>> boxplot([1], whis=float('inf'))
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/axes.py:5487:
RuntimeWarning: invalid value encountered in double_scalars
  hi_val = q3 + whis*iq

I think that it would be nice if it did not, so that users know that things
are fine, in this case. :)
-- 
View this message in context: 
http://old.nabble.com/Error-with-boxplot%28%29-and-%22infinite%22-whiskers-tp32677142p32677142.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to