Skip Menu |

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

Report information
The Basics
Id: 17508
Status: resolved
Priority: 0/
Queue: Chart-Graph

People
Owner: Nobody in particular
Requestors: jon-perl [...] jrock.us
Cc:
AdminCc:

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



Subject: xrange and yrange seem not to work
Using the xrange option as specified in the POD fails with this error: unknown option: xrange at /Library/Perl/5.8.6/Chart/Graph/Gnuplot.pm line 106 I looked thru the code, and it looks like the range values are being thrown away / ignored.
I'm not able to reproduce this error without more information (a piece of sample code, OS information, gnuplot version). 'xrange' and 'yrange' work fine in my v2.0 and the upcoming (next few weeks) version of Chart::Graph::Gnuplot. Emile Aben, CAIDA/SDSC/UCSD On Mon Feb 06 13:42:59 2006, JROCKWAY wrote: Show quoted text
> Using the xrange option as specified in the POD fails with this error: > > unknown option: xrange at /Library/Perl/5.8.6/Chart/Graph/Gnuplot.pm > line 106 > > I looked thru the code, and it looks like the range values are being > thrown away / ignored.