Subject: | "skip_undef" option does not work in GD::Graph |
In GD::Graph (Perl module), setting the "skip_undef" option
for "graphs with lines" (and "graphs with points") is NOT working.
When I set the skip_undef option to true, as in
$my_graph -> set ( skip_undef => 1 ) ;
nothing happens. All the lines and points still appear in the graph!
They are NOT skipped as the document says they should.
Instead of being suppressed, the data points containing "undef"
actually appear at the y = 0 position with the "undef" value.
Other graphing options do work ok, but no matter what I tried,
I could not get this one to work.
Thanks in advance for any help you can provide on the problem.