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

2007-02-15 Thread Gerhard Spitzlsperger
Hallo Darren, thank you for your support, it seems I made a simple mistake in the original embedding_in_qt.py function compute_initial_figure: self.axes.set_xlabel(label) the label is not displayed. I placed the self.axes.set_xlabel(label) before the self.axes.plot. if order is changed

[Matplotlib-users] QTagg, Latex, Label problem

2007-02-06 Thread Gerhard Spitzlsperger
Dear All, I am new to matplotlib and playing around with it. I am interested in embedding in Qt, displaying TeX within such a window and finally save the plot as postscript. So I modified the embedding_in_qt example and added at the beginning rc('text', usetex=True) to prepare for TeX and

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

2007-02-06 Thread Darren Dale
On Tuesday 06 February 2007 01:28:10 pm Gerhard Spitzlsperger wrote: I am new to matplotlib and playing around with it. I am interested in embedding in Qt, displaying TeX within such a window and finally save the plot as postscript. [...] and modified the (according agg_oo example): def