Re: pgplot y-axis key

From: <rgibson_at_email.domain.hidden>
Date: Fri, 06 Jul 2007 15:23:36 -0400
Thanks, Mike, for the example.  I see how I could draw the multiplot "by hand"
using _pgplot primitives (I think), although that would require a lot of
retrofitting of code.  That's tolerable, but I'd have to set up the multiplot
panes by hand, too.  This works great for single-pane plots, and I'll use it
for those.

Is there any way to just write over the y axis numbers?  (I'd probably just do
this in photoshop if it came to it.)  xylabel() does seem to plot "outside the
box", so I could use it to overwrite the label.  Unfortunately, 
xylabel(x, y, "
  ") doesn't work... the routine seems to ignore spaces.  Is there something
like the old ASCII 255 I could use, or is there another way to blank a region?

Thanks,
Rob


Quoting Michael Noble <mnoble_at_email.domain.hidden
> Hi Rob,
>
>> I know this is an uncontrollable pgplot feature, but I thought maybe
>> I could get around it by using _pgrect() to blank out the axis key
>> and write my own values over it with xylabel().
>>
>> Is there a good way to get around this?
>
> Look at the attached scripts: nolabx, nolaby, and mplot.  They use
> the _pgbox() primitive to tell pgplot to avoid writing either
> X or Y labels.  The mplot script may come the closest to doing
> what you want, so perhaps it can be adapted to your purpose.
>
> You can try them out with
>
> 	isis>  .source nolabx
> 	isis>  .source nolaby
> 	isis>  .source mplot
>
> Good Luck,
> 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:
unsubscribe
Received on Fri Jul 06 2007 - 15:23:22 EDT

This archive was generated by hypermail 2.2.0 : Sat Jul 07 2007 - 13:28:17 EDT