NAME
Imager::Plot::Axis - Axis handling of Imager::Plot.
SYNOPSIS
use Imager::Plot::Axis;
$Axis = Imager::Plot::Axis->new(Width => 200, Height => 180);
$Axis->AddDataSet($DataSet1);
$Axis->AddDataSet($DataSet2);
$Axis->Render(img => $img, Xoff => 20, Yoff=> 100);
DESCRIPTION
This part of Imager::Plot takes care of managing the graph area itself. It, handles the grid and tickmarks also.
AUTHOR
Arnar M. Hrafnkelsson, addi@umich.edu