Hi,

What are the variable names used internally by PDL::Graphics::PGPLOT for axis limits while plotting?

I am getting some weird limits while using the defaults and would like to see what is in those variables and how it gets there?

Here is an example:
My file foo contains 4 lines with 2 columns:
55063.205 18.981
55063.207 18.8493
55063.208 18.8761
55063.209 19.3291

If I do:
use PDL::Graphics::PGPLOT;
@a = rcols 'foo';
points $a[0],$a[1];

I get the attached plot. Using something like
Border => {Type => 'Rel', Value => 0.05}
as an option does not help.

Any helping pointers?

Thanks!
-ashish

Ashish Mahabal, Caltech Astronomy, Pasadena, CA 91125
http://www.astro.caltech.edu/~aam aam at astro.caltech.edu

Like so many Americans, she was trying to construct a life that made sense from
things she found in gift shops. -Kurt Vonnegut (1922-2007), Slaughterhouse 5

<<attachment: lcfile.gif>>

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

Reply via email to