|
From: John H. <jdh...@ac...> - 2004-12-30 20:25:22
|
>>>>> "seberino" == seberino <seb...@sp...> writes:
seberino> Normally x-axis (horizontal) values increase to right
seberino> and y-axis (vertical) values increase up the page.
seberino> Is it easy/possible to reverse this for the y-axis??
seberino> (So that y-values **decrease** up the page for some
seberino> range?)
ylim(ymax, ymin)
OR
xlim(xmax, xmin)
See, for example, http://matplotlib.sf.net/examples/invert_axes.py
|