[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)

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

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

[Matplotlib-users] ANN: ClusterPlot version 1.0 released

2006-09-16 Thread R. Padraic Springuel
I've added full directional control and the ability to specify something besides the joining distance for the vertical axis. I've also changed things so that the program doesn't use linestyle='steps' to make the branches, as a result you now have the ability to specify line styles for differen