|
From: Stephen G. <ste...@op...> - 2010-02-23 08:26:51
|
David Goldsmith wrote: > I've searched and searched the online docs...please help. > > DG > If I understand your question correctly you probably need to look at http://matplotlib.sourceforge.net/api/ticker_api.html#tick-formatting ax.xaxis.set_major_formatter( xmajorFormatter ) ax.xaxis.set_minor_formatter( xminorFormatter ) - Steve |