Re: [Matplotlib-users] ymax

2012-06-07 Thread kamel maths
Thank you very much. It works at last. Kamel 2012/6/7 Tony Yu tsy...@gmail.com On Thu, Jun 7, 2012 at 12:14 PM, kamel maths kamel.ma...@gmail.comwrote: Thanks for your answers. It is not very clear for me yet. This a script I tested. -- from

[Matplotlib-users] ymax

2012-06-06 Thread kamel maths
Hi, for this script: from pylab import * fig = figure() ax = fig.add_subplot(111) ax.axis('equal') x = linspace(-2, 3, 50) ax.plot(x, sin(x)) show() - If I try to get ymax with ax.get_ylim(), i obtain 1.0 whereas I observe it