quot;self.axes.set_xlabel("label")" before the self.axes.plot.
if order is changed everything works as expected.
Thank you
Gerhard
--
Gerhard Spitzlsperger
Renesas Semiconductor Europe (Landshut) GmbH
Senior Advisor Process
Jenaer Strasse 1
Germany 84034 Landshut
Tel +(49) 871 6
ackend_qt4agg
line 152 in print_figure if arg dpi is None matplotlib.rcParams is
accessed but matplotlib.rcParams is not imported)
Regards
Gerhard
--
Gerhard Spitzlsperger
Renesas Semiconductor Europe (Landshut) GmbH
Senior Advisor Process
Jenaer Strasse 1
Germany 84034 Landshut
Tel +(49) 871 68
ple of a Qt application embedding matplotlib
canvases.
It may be used and modified with no restriction; raw copies as well as
modified versions may be distributed without limitation."""
% {"prog": progname, "version": progversion})
def main():
Dear All,
I am quite new to matplotlib and facing some trouble using boxplots.
I'd like to plot two boxes (different length of data) in one plot, from
the docs
I understood:
from pylab import *
data = [[1.1, 2.1, 3.1], [1, 2.1]]
boxplot(data, positions=[1,2])
but this gives me:
Traceback (mos