Re: [Matplotlib-users] multiple line title

2007-06-28 Thread Volker Lorrmann
Hi Dave, this is in fact simple as most things in the world, allthough finding the solution could be s hard ;) >>> title('This is the first line\n second:line') volker > Message: 4 > Date: Wed, 27 Jun 2007 15:02:51 -0600 > From: David D Clark <[EMAIL PROTECTED]> > Subject: [Matplotlib

[Matplotlib-users] how can I disable ygrid?

2006-09-14 Thread Volker Lorrmann
Hi guys, how can i tell matplotlib to only show the xgrid (grid without y -lines ;) ) I´ve searched and googled a lot. But i can´t find a solution. Many Thanks Volker -- --- Volker Lorrmann Universität Würzburg Experimentelle Physik 6 Am Hubland 97074 Wuerzburg Germany Tel

Re: [Matplotlib-users] how can I disable ygrid?

2006-09-15 Thread Volker Lorrmann
John Hunter wrote: >>>>>> "Volker" == Volker Lorrmann <[EMAIL PROTECTED]> writes: >>>>>> > > Volker> Hi guys, how can i tell matplotlib to only show the xgrid > Volker> (grid without y -lines ;) ) I´ve se