[ Home ] [ Support ] [ Documentation ] [ Systems ]

NAME

Axis - Canvas with Axes


SYNOPSIS

  $mw = MainWindow->new;                                           
  $t = $mw->Axis(-xmax => 10, -ymax => 10);                        
  $t->create('line',$t->plx(2),$t->ply(3.1),$t->plx(4),$t->ply(4));


DESCRIPTION

This is an improved version of the axis widget. Changes with respect to the previous version are :


AUTHOR

 Kris Boulez            (Kris.Boulez@rug.ac.be)
 Biomolecular NMR unit  <http://bionmr1.rug.ac.be/~kris>;
 University of Ghent, Belgium