in reply to Change the x-axis unit length

Scale the data yourself, and supply labels with the unscaled values (which can be done with the first element of the array ref you pass to $graph->plot, iirc).
Perl 6 - links to (nearly) everything that is Perl 6.

Replies are listed 'Best First'.
Re^2: Change the x-axis unit length
by kranny (Initiate) on Feb 18, 2010 at 11:20 UTC
    yup i have my scaled data and the first element of the array passing to $graph->plot contains the y-axis labels.Its actually an array of arrays sumthing like this: @data= 'jan','feb','mar' , '2','2','5' ; $graph->plot(\@data); My question is i am setting show_values=1(true) in set graph and want to show 2:30 for 2.5