From: Ben H. <ben...@li...> - 2012-04-11 02:32:10
|
On 11/04/12 07:34, Paul Hobson wrote: > Ben > Does "ax.set_xlim([0,50])" do what you want it to do? > > -paul hi paul, i finally worked it out, and should have replied to myself: ax.set_xticks(np.arange(0,100,20)) for me it seemed to work. ben. |