Hello,

This is my first time trying out this list, so please forgive me if I've doing 
this wrong.

I'm trying to create a plot that has its origin in the upper-left hand corner, 
rather than the lower-left hand corner. I've discovered that I get the same 
effect if I do:

plt.plot( xcoords, ycoords, 'ro' )
plt.axis( [0, maxX, maxY, 0] )

However, the x-axis still appears on the bottom of the graph rather than the 
top.

Is there a way that I can shift the location of the origin more easily, or at 
least shift where the axis is written at? 

Thanks!

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to