Thomas Robitaille wrote:
> Hi everyone,
> 
> I am defining my own Locator class to determine where matplotlib  
> should place the ticks on the x axis. I have managed do so, except  
> for one problem. In order to determine the position of the ticks on  
> the x-axis, I not only need the x axis range, which I can retrieve  
> with self.axis.get_view_interval(), but I also need the y-axis range,  
> or at least the y position of the x-axis. Is this something that can  
> be done, and if so, how?

Maybe with something like self.axis.axes.get_yaxis().get_view_interval()?

Eric


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to