| 
      
      
      From: Dr. P. M. F. <pfe...@ve...> - 2009-07-15 22:54:25
      
     | 
| One can set axis limits via a command like the following: pyplot.axis([0 10 0 1]) But, there are situations where I'd like to set limits only for the y-axis, leaving the x-axis alone, or vice versa, or set a lower limit for the y-axis but leave the upper limit alone. Is there a clean way of doing this? (I have not been able to find anything relevant in the Matplotlib Users Guide). -- View this message in context: http://www.nabble.com/setting-axis-limits-tp24507383p24507383.html Sent from the matplotlib - users mailing list archive at Nabble.com. |