You need the x-axis values
pojmy @points = () ; my @axis = (); my $counter = 0 ; while ($counter <= 999) my $rndn = $A + (int rand($B - $A + 1)); push @points,$rndn ; $counter++ ; push @axis,$counter; } . . . $graph->plot([\@axis,\@points]);
In reply to Re: Problem in make function and draw chart
by poj
in thread Problem in make function and draw chart
by GHMON
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |