You may use the "set" method, e.g.
$chart->set(zero => "1e-20");
or set it when the chart object is constructing:
$chart = Chart::Gnuplot->new(
zero => "1e-20",
......
);
2010/10/31 Syed A. Ali via RT <bug-Chart-Gnuplot@rt.cpan.org>
Show quoted text> Sat Oct 30 12:10:55 2010: Request 62581 was acted upon.
> Transaction: Ticket created by syed_a_ali@yahoo.com
> Queue: Chart-Gnuplot
> Subject: Chart-Gnuplot-0.15 Unable to set zero
> Broken in: (no value)
> Severity: (no value)
> Owner: Nobody
> Requestors: syed_a_ali@yahoo.com
> Status: new
> Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=62581 >
>
>
>
>
> i cannot find an option to set zero to a value such as 1e-20, please let me
> know if such an method exists
> from
http://www.gnuplot.info/faq/faq.html section 7.3 is what i need to
> implement
>
> thank you
>
>
>