Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Another commenting question,

by japhy (Canon)
on Mar 15, 2001 at 23:31 UTC ( [id://64759]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # draw a skewed rectange for each data-point
    
    ...
    # \-+-/ \+/
    #   |    |
    # $ppd   - $consts{slant}
    
  2. or download this
    if ($params->{dim} == 3) {
      my $face = GD::Polygon->new;
    ...
      C: $top->addPt($x_pos + $ppd, $yi + $slant_height);
      $image->filledPolygon($top,$hist_top{"@$cRGB"});
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (8)
As of 2024-04-19 08:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found