From: Tim L. <ti...@cs...> - 2005-04-08 07:50:06
|
Hi All, I've got a nice simple question for you. If I do: plot(range(75)) show() The figure shows up as expected, but the x and y axes both run from 0 to 80. Is there some way to force them to only include the required range of points, eg 0 to 75? I had a play around with the axes() and figure() functions but I wasn't able to get them to do what I wanted. Not sure if I was maybe barking up the wrong tree. Cheers, Tim Leslie |