One more problem...

I can't figure out how to control the char size of the numeric tick
values on the axes separately. I want the y-axis character size to be a
lilttle smaller. 

These calls

$pl->xyplot($x,$y, XBOX => 'bcnst', YBOX => 'bcst');
$pl->xyplot($x,$y, XBOX => '', YBOX => 'n', CHARSIZE => 0.8);

just leaves the y-axis unlabelled...

Kåre

On Fri, 2010-10-29 at 09:18 -0500, David Mertens wrote:

> Kåre -
> 
> To plot in relative coordinates, just say BOX => [0, 1, 0, 1].   :-)
> 
> Be sure to set XBOX and YBOX appropriately so it won't draw the axes,
> of course, but you already knew that.
> 
> David
> 
> 
> On Fri, Oct 29, 2010 at 1:21 AM, Kåre Edvardsen
> <[email protected]> wrote:
> 
>         David.
>         
>         This is exactly how I do it, but doesn't look very elegant. I
>         mean, plotting nothing to get something not visible, and then
>         plot again what you want... hmmm. Anyway, it works, which is
>         the important thing :)
>         
>         I forgot to ask: Is there a setting to plot in relative units
>         (0-1) within a view port?
>         
>         Cheers,
>         Kåre

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to