Subject: | Leftmost X-axis tick labeled incorrectly |
Perl version = 5.8.0 (both ActiveState & NetBSD pkgsrc)
GD version = 2.12
GDGraph version = 1.43
OS = both Win2K Pro and NetBSD 1.6.2
SYMPTOM 1A:
It fairly often happens on an X-Y lines graph, that the leftmost X tick reflects the rightmost X tick. That is to say, on a set of 0 to 2048 data points the left and right ticks will both say 2048 (or both 4096, etc).
SYMPTOM 1B:
When such is the case, it also fairly often happens that a Y-axis displacement will occur to the leftmost data point of the highest channel. Said displacement is usually near zero, but still notable. It is never really there in the data. If I generatate a new graph zoomed in to the leftmost, the point in question may sometimes still be displaced or else it may not.
ADDENDA:
I see this on two different computers, Windows and Unix, running two different installations of Perl, both ActiveState and NetBSD pkgsrc.
I am employing GD::Graph in my (alas, ever-beta) script gus_rpc_edit.pl which may be found at http::starling.us/tet/gus_perl/gus_rpc_edit_pl/