Skip Menu |

This queue is for tickets about the Chart-Gnuplot CPAN distribution.

Report information
The Basics
Id: 62581
Status: resolved
Priority: 0/
Queue: Chart-Gnuplot

People
Owner: Nobody in particular
Requestors: syed_a_ali [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Chart-Gnuplot-0.15 Unable to set zero
Date: Sat, 30 Oct 2010 09:10:46 -0700 (PDT)
To: "bug-Chart-Gnuplot [...] rt.cpan.org" <bug-Chart-Gnuplot [...] rt.cpan.org>
From: "Syed A. Ali" <syed_a_ali [...] yahoo.com>
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
Subject: Re: [rt.cpan.org #62581] Chart-Gnuplot-0.15 Unable to set zero
Date: Mon, 1 Nov 2010 09:47:00 +0800
To: bug-Chart-Gnuplot [...] rt.cpan.org
From: Ka-Wai Mak <kwmak [...] cpan.org>
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 > > >