Re: rplot_counts

From: John E. Davis <davis_at_email.domain.hidden>
Date: Mon, 24 Apr 2006 23:59:53 -0400
John Houck <houck_at_email.domain.hidden>Sorry, rplot_counts doesn't provide that level of
>customization. To make a plot like that, it's necessary to use
>lower level functions (e.g. multiplot) and construct each pane
>separately.

I managed to use multiplot to get something along the lines of what I
wanted.  In doing so, I noticed that you have a function called
`get_plot_info`, but did not see a `set_plot_info` function.  It would
be useful if the struct returned by `get_plot_info` included fields
for pointsize, color, etc....  Such a function, along with
`set_plot_info` would be useful for the creation of functions such as
`push_plot` and `pop_plot` that save and restore the plot state
variables.  These would really be useful for generic plotting
functions, e.g.,

   push_plot ();
   
   color (3);
   pointstyle (1);
   xrange (,);
   xlog ();
   yrange (0,);
   plot_data_counts (2);

   pop_plot ();

Thanks,
--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:
unsubscribe
Received on Tue Apr 25 2006 - 06:02:21 EDT

This archive was generated by hypermail 2.2.0 : Thu Mar 15 2007 - 08:45:51 EDT