That depends on whether you are using the low-level (C-style) or the high-level (PDL-style) interface. What have you tried that didn't work as you expected? The way to do this is very similar to the PGPLOT options: for the high-level interface look for the XBOX, YBOX options, and the 'f' flag. For the low-level interface, the xopt and yopt arguments for the plbox command take the same thing.
I did: $x = sequence(10); $y = $x->xlinvals(0,0.08); $pl->xyplot($x,$y,YBOX=>'BCFNST'); $pl->close; and got decimal, not exponential, labeling. cheers, Derek Kåre Edvardsen wrote: > > How do I change the tick number format from (10E-2) to non exponetial > format? > > I have an Y-axis going from 0.0-0.08 and I want it to look like that, > and not from 0-8 and annotated by (10E-2) at the top of the Y-axiz. > > All the best, > Kare > ------------------------------------------------------------------------ > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl > _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
