Re: [Matplotlib-users] QTagg, Latex, Label problem

2007-02-15 Thread Gerhard Spitzlsperger
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

Re: [Matplotlib-users] QTagg, Latex, Label problem

2007-02-07 Thread Gerhard Spitzlsperger
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

[Matplotlib-users] QTagg, Latex, Label problem

2007-02-06 Thread Gerhard Spitzlsperger
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():

[Matplotlib-users] boxplot with different data length

2007-01-08 Thread Gerhard Spitzlsperger
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