
Perhaps I am not calling this correctly, but I can't seem to change the height/width of the generated graphs using mkStats.pl The usage states that: usage: mkStats.pl -j <year> -m <month> -x <width> (default 500) -y <height> (default 350) Yet I can't seem to specify any values for -m and -x beyond the defaults. Is there some special way that I should be calling this? Using something like: ./mkStats.pl -j 2002 -m 10 -x 250 -y 175 Yields the following error: ->> creating stats for 2002/10 <<- writing /opt/OpenTRS/var/pics/stats/2002-10.png Can't call method "png" on an undefined value at ./mkStats.pl line 183. Any help will be greatly appreciated (it may very well be that I am not calling the script correctly, but the defaults produce a graph whose vertical scale is a bit squished). -Eddie