Issue solved...

Not very intuitive, but fair enough :)

Cheers,
Kåre

On Mon, 2010-11-01 at 12:42 -0500, David Mertens wrote:

> If what you tried didn't work, then off the top of my head I'm not
> sure how to do it from the high-level, object-oriented interface. If
> you really want to do that, you could take a look at the underlying
> axis-drawing commands in the PDL::Graphics::PLplot code. That code
> ultimately relies on calling the wrappers for the C-interface
> functions, so you should be able to resort the the low-level interface
> to accomplish what you want. You can safely intermix the low-level and
> high-level commands as long as you have an active PLplot object.
> 
> Sorry I can't offer more help than that. Good luck, and let me know if
> you figure it out!
> 
> David
> 
> 
> On Mon, Nov 1, 2010 at 9:35 AM, Kåre Edvardsen <[email protected]>
> wrote:
> 
>         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