Subject: | To much data plotted |
Module version: GDGraph-XY-0.92
Perl version: 5.8.0 / 5.6.0
OS version: SLES8 (Linux kernel 2.4.19) / Windows 2000
Error: When trying to draw less than 10 x / 13 y values, weird graphs are generated (one value appears multiple times on the axis etc.).
Fix: Use the "set()" method of the GD object and correct the maximum x/y values using "x_tick_number => [MAX]" and "y_tick_number => [MAX]" (I used $#$x and $#$y i. e. the length of the @x and @y arrays containing the data).