|
From: Benjamin R. <ben...@ou...> - 2013-04-01 13:32:15
|
On Mon, Apr 1, 2013 at 7:29 AM, Sayan Chatterjee <say...@gm...>wrote: > Thank you very much!!...'plt.cla()' worked!! > > One slight hiccup. Could you please tell me how to fix up the Y grid? I > mean I want every plot to have scale from 0 to 15 (say), not that some will > have -5 to 10 and some will have 5 to 20.Is it possible?...it's > absolutely necessary for the concerned simulation. > > :) > Sayan > > put "plt.ylim(0, 15) " before the call to savefig(). Ben Root |