You're up against the limiting precision of the 32 bit floating point
values used internally by the pgplot library, as your abscissa values
all identical up to the 8th significant figure.

Instead, try something like

points $a[0] - $a[0]->min, $a[1], { border => 1 };

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

Reply via email to