|
From: Darren D. <dd...@co...> - 2006-04-06 12:48:16
|
On Thursday 06 April 2006 08:36, Arne.Bittig wrote: > Sorry, maybe I didn't make that clear enough. > > I was talking about a graph as in "graph theory". Since there is no > meaningful way to label the axes, and, in fact, no reason to show them > at all, the white space I was talking about is just where in your > picture there are the labels. So, looking at your example, what I'd like > to have is what's inside the black rectangle, i.e. a png where the blue > curve touches the top and the bottom of the image. I think what you want to do is create your axes so they span the entire figure: axes([0,0,1,1]) |