home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1184 / gepackt.exe / ROTATE.PLT < prev    next >
Encoding:
Text File  |  1994-02-22  |  306 b   |  20 lines

  1. # rotate.plt
  2.  
  3. paper size 11 by 8.5
  4. subplot area 2 2 8 7
  5.  
  6. x sqr
  7. y lin
  8. x2 prob
  9. y2 log
  10.  
  11. draw x x2 y y2
  12.  
  13. font 3
  14.  
  15. xlabel 'square-root scale' rotate
  16. y2label 'logarithmic scale' rotate
  17. x2label 'probability scale' rotate
  18. ylabel 'linear scale' rotate
  19.  
  20. label center at 5 4.5 'rotated axis labels'