On Mon, Nov 04, 2002 at 17:37 -0500, John E. Davis wrote: > Is there a function to obtain the current plot limits? > For now I will put a wrapper around xrange/yrange. > There are two internal functions which do this: (xmin, xmax) = _isis->_get_xrange(); (ymin, ymax) = _isis->_get_yrange(); In the next release, I'll include a function with a nicer interface, probably something like p = get_plot_info ([window_id]); which returns a structure containing the plot limits and perhaps additional information about the plot. -John ---- You received this message because you are subscribed to the isis-users list. To unsubscribe, send a message to isis-users-request_at_email.domain.hiddenwith the first line of the message as: unsubscribeReceived on Tue Nov 05 2002 - 10:05:29 EST
This archive was generated by hypermail 2.2.0 : Thu Mar 15 2007 - 08:45:50 EDT