$Dataset->addPoint($row['m'], 1000);
works, but
$Dataset->addPoint($row['m'], -1000);
does not work
Logged In: NO
how do you plot negative numbers on Yaxis??
once you use negative numbers, the graph shifts to left and you can't only see part of the Y axis
anyone have example of plotting negative/positive numbers???
Log in to post a comment.
Logged In: NO
how do you plot negative numbers on Yaxis??
once you use negative numbers, the graph shifts to left and
you can't only see part of the Y axis
anyone have example of plotting negative/positive numbers???