|
From: Markus F. <fel...@gm...> - 2009-05-22 15:15:18
|
Markus Feldmann schrieb: > > to make some Plots, but my first Point lies on the beginning > of my Plot. How to make some spaces ? Ok i solved this by making, self.subplot1.set_xlim(d[0]-abs(d[-1]-d[0])/100,d[-1]+abs(d[-1]-d[0])/100) self.subplot2.set_xlim(d[0]-abs(d[-1]-d[0])/100,d[-1]+abs(d[-1]-d[0])/100) This make some more nice Spaces. Regards Markus |