Help for this page

Select Code to Download


  1. or download this
    use Tk;
    use Tk::Graph;
    ...
    })->pack;
    
    MainLoop;
    
  2. or download this
    sub setdisplay {
       $typ = shift;
       $ca->configure(-type => $typ);
       $ca->redraw;
    }