NAME

SVGraph

DESCRIPTION

Library that generates cool SVG graphs

DEPENDS

libraries:

SVG
SVGraph::columns
SVGraph::colors

FUNCTIONS

GetAVG()

my $block=$self->{SVG}->polyline( points => ($self->{ENV}{x}).",".$self->{block_up}." ". ($self->{block_right}+10).",".$self->{block_up}." ". ($self->{block_right}+10).",".($self->{block_up}+(20*$count))." ". ($self->{ENV}{x}).",".($self->{block_up}+(20*$count))." ", 'stroke-width' =>"0.5pt" , 'stroke' =>"rgb(150,150,150)", 'fill' =>"rgb(240,240,240)", 'fill-opacity' =>"0.7", 'stroke-linecap' =>"round", 'stroke-linejoin' =>"round", );