From: John H. <jdh...@ac...> - 2005-05-31 18:18:51
|
>>>>> "Jeff" == Jeff Peery <jef...@se...> writes: Jeff> also is there a way to get the spacing of major ticks with Jeff> minor ticks? I would like to set my tick labels based on Jeff> what data point is being plotted. Have you seen Chapter 5 of the users guide "Tick Locators and Formatters", and the examples examples/major_minor_demo1.py examples/major_minor_demo2.py examples/custom_ticker1.py You can extend the tick locating and formatting classes to do what you want. See also http://matplotlib.sf.net/matplotlib.ticker.html Let me know if you have any more questions.... JDH |