Re: [Matplotlib-users] FigureCanvasWx setting font properties

2007-05-03 Thread Werner F. Bruhin
Hi Uwe, Uwe Schmitt wrote: > Hi, > > I'm using > > from matplotlib.backends.backend_wx import FigureCanvasWx > > for plotting data. It works fine, but the font used on > Windows XP is not really pretty. I would like to use another > font family and another size. I just recently discovered th

[Matplotlib-users] FigureCanvasWx setting font properties

2007-05-03 Thread Uwe Schmitt
Hi, I'm using from matplotlib.backends.backend_wx import FigureCanvasWx for plotting data. It works fine, but the font used on Windows XP is not really pretty. I would like to use another font family and another size. How can I achieve this ? And another question: I'm using add_subplots