Re: isis REF

From: David P. Huenemoerder <dph_at_email.domain.hidden>
Date: Tue, 7 Feb 2006 13:23:00 -0500
    John> push_plot_settings ();
    John> yrange (,);
    John> plot_bin_integral ();
    John> plot_data (1);
    John> pop_plot_settings ();

    John> Here, push_plot_settings() would save the current settings
    John> on a stack, but not change anything so that the settings
    John> remain in effect, and pop_plot_settings() would retore the
    John> previous settings (ranges, titles, labels, etc).

Or, how about an intermediate value:

    s = get_plot_settings();
  ...
    put_plot_settings(s);

That way, I could customize fields in s or keep copies without
worrying about how many I pushed.


-- Dave

David Huenemoerder  617-253-4283 (o); -253-8084 (f); http://space.mit.edu/home/dph
MIT Kavli Institute for Astrophysics and Space Research
70 Vassar St., NE80-6065,
Cambridge, MA  02139
[Admin. Asst.: Elaine Tirrell, 617-253-7480, egt_at_email.domain.hidden
Received on Tue Feb 07 2006 - 13:23:00 EST

This archive was generated by hypermail 2.3.0 : Fri May 02 2014 - 08:35:44 EDT