On Mar 28, 2008, at 4:54 PM, rgibson_at_email.domain.hidden > Is there a way to query and determine if the plot output is in xlog > or ylog > state? > > I use _pgqwin() to get the window boundaries and do various stuff, > but because > _pgqwin sits at a lower layer than ISIS, it doesn't know about xlog > or ylog. > Apparently, ISIS translates all the plot variables to logarithms. (?) > > So I need to translate the output of _pgqwin() as xMin -> 10^xMin, > etc. > > I can try to "remember" in the code when I do this, but it would be > nicer if > ISIS could tell me, so I don't have to keep track of the plot state > myself. get_plot_options() which returns a structure with the .logx & .logy fields. I use this in my own plotting routines to make sure they behave nicely if a log option is chosen. get_plot_options, and its companion set_plot_options, are undocumented and not necessarily in their final forms, but I've been using them for a long while now, and for stuff like this they've been pretty stable and set. -Mike ---- 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 Fri Mar 28 2008 - 17:02:16 EDT
This archive was generated by hypermail 2.3.0 : Fri May 02 2014 - 08:35:45 EDT