From: Kaj W. <kaj...@ik...> - 2008-03-05 11:22:58
|
Hi! There seems to be a bug in the algorithm that determines the numeric labes for axes. It is easier to show than explain.. This code: use PDL; use PDL::Graphics::PLplot; plinit(); plenv(2003, 2005, 2003, 2005, 0, 0); plend; produces these labels: | 2005 + | 2005 + | 2004 + | 2004 + | 2003 ----+--------+--------+--------+--------+--- 2003 2004 2004 2005 2005 I guess they should read "2003 2003.5 2004 2004.5 2005". Any suggestions? Thanks, Kaj |