> To draw an axis with a scale in a window, I have used the command rc_print_at
> as below. This command has to be repeated for different values on the scale, ie.
> 0, 100, 200 etc., since the third arguement of rc_print_at has to be a string.
> Is there a `better' way of doing this, so as to accomodate for changes in the
> scale? Is there a command that prints out a value of a variable instead of
> printint a string?
You might find using *RC_GRAPHPLOT more convenient than drawing your own
axes.
David Young
|