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

2007-02-15 Thread Gerhard Spitzlsperger
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 684 342 Fax +(49) 871 684 150 - The road goes ever

[Matplotlib-users] QTagg, Latex, Label problem

2007-02-06 Thread Gerhard Spitzlsperger
) aw.show() sys.exit(qApp.exec_loop()) if __name__ == __main__: main() -- Gerhard Spitzlsperger Renesas Semiconductor Europe (Landshut) GmbH Senior Advisor Process Jenaer Strasse 1 Germany 84034 Landshut Tel +(49) 871 684 342 Fax +(49) 871 684 150

[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