home *** CD-ROM | disk | FTP | other *** search
- fixaxis(xmin_,xmax_,ymin_,ymax_) := block(line(0,getmaxy*0.5,getmaxx,getmaxy*0.5),
- moveto(0,getmaxy*0.5+10),
- writes(xmin),
- moveto(getmaxx-30,getmaxy*0.5+10),
- writes(xmax),
- line(getmaxx*0.5,0,getmaxx*0.5,getmaxy),
- moveto(getmaxx*0.5-20,0),
- writes(ymax),
- moveto(getmaxx*0.5-20,getmaxy-10),
- writes(ymin))
-