From: John H. <jdh...@ac...> - 2004-07-29 16:14:26
|
>>>>> "Vineet" == Vineet Jain <vi...@al...> writes: Vineet> Ok Figured out the solution but still have a problem. Vineet> There is a function get_ylim which gets you the ymin and Vineet> ymax values. I'm plotting multiple lines on the same axes Vineet> object. However the get_ylim returns different values Vineet> after each plot. I'm currently having to do it a numbe rof Vineet> times and reset my min and max values. Is there a way to Vineet> just do it once where it accounts for all lines plotted on Vineet> the axis? How about calling the function only once after you have added all the lines to your plot? Will this work for you? JDH |