From: Paolo C. <pao...@un...> - 2008-11-06 22:39:18
|
Hello, I have a problem I tried to solve in any way,a nd couldn't. I want to plot an Edgeworth Box with matplotlib. To do so, I need to create a plot with origin on the north-east corner with axes scales going "the wrong way". For an idea of how an EB works, see: http://en.wikipedia.org/wiki/Image:Contract-curve-on-edgeworth-box.svg I noticed that axis([1,0,1,0]) allows me to make the scale go backwards from 1 to 0. I just need a way to put the origin on the upper-right corner. I couldn't find one, I could just set the origin up-left (north-west), bot not up-right (north-east). Any help would be highly appreciated. Thanks for the great app. Paolo |