Re: [Matplotlib-users] Axes Control

2006-09-16 Thread R. Padraic Springuel
Ah! That's so much simpler. Thank you. -- R. Padraic Springuel Teaching Assistant Department of Physics and Astronomy University of Maine Bennett 309 Office Hours: Wednesday 2-3pm - Using Tomcat but need to do more? Need t

Re: [Matplotlib-users] Axes control

2006-09-16 Thread John Hunter
> "R" == R Padraic Springuel <[EMAIL PROTECTED]> writes: R> I'm trying to make a plot where instead of the y-axis being R> oriented in the traditional sense (large numbers on top, small R> on bottom) it needs to be oriented in the reverse sense (small R> numbers on top, large

[Matplotlib-users] Axes control

2006-09-16 Thread R. Padraic Springuel
I'm trying to make a plot where instead of the y-axis being oriented in the traditional sense (large numbers on top, small on bottom) it needs to be oriented in the reverse sense (small numbers on top, large on bottom). Now, my first thought on how to do this was the following: >>>plot(x,-y)