From: Eric F. <ef...@ha...> - 2008-03-17 18:29:29
|
Chris Withers wrote: > Hi All, > > How do I go about showing minor ticks as lines across the whole plot, as > opposed to just little ticks at the side? > > I can get the major ticks to show by doing grid(True), but how do I get > the same effect for minor ticks? Try grid(True, which='minor') Eric > > cheers, > > Chris > |