Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^4: GD::graph: layout Question.

by Anonymous Monk
on Aug 18, 2007 at 15:46 UTC ( [id://633497]=note: print w/replies, xml ) Need Help??


in reply to Re^3: GD::graph: layout Question.
in thread GD::graph: layout Question.

Hey, I also need the exactly same thing. so I tried your sample. I think, the sample also doesn't start from 0 (Y axis), just it looks like it due to 100 data. The interval between ticks is a very small, it look like none but actually there is. You can reduce the data by changing from: my @x = map {$_ * 3 * PI/100} (0 .. 100); To: my @x = map {$_ * 3 * PI/100} (0 .. 10); You will see it also has the space before drawing the line. Thanks,

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://633497]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-26 09:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found