in reply to Hide plotted data that exceeds y_max_value in graph produced by GD::Graph::Lines

GD graphs are not very flexible, but you could come up with some hack to fix the problem. For instance, how about looping thru the data points and set any value greater than y_max to y_max, or even to zero.

Then do the plot.


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku
  • Comment on Re: Hide plotted data that exceeds y_max_value in graph produced by GD::Graph::Lines