Re: [Matplotlib-users] boxplot

2013-03-14 Thread Paul . Czodrowski
> You lost me. Are you trying to create box and whisker plots or do > you just want rectangles? N = 2 is awfully small dataset for box/ > whisker plots. If all you want are the rectangles -- use those directly: > > import numpy as np > import matplotlib.pyplot as plt > from matplotlib.patches imp

[Matplotlib-users] boxplot

2013-03-14 Thread Paul . Czodrowski
Dear Matplotlibbers, I'm running matplotlib 1.1.0 and would like to plot pairs of values, e.g. [[0.27,0.43],[0.17,0.35]] When using boxplot, the values of the pairs correspond to the "outer whiskers", but I would like that the interquartile ranges correspond to the value pairs. The whiskers sh