home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / z / zgrwin36.zip / POLAR.DAT < prev    next >
Text File  |  1992-08-22  |  2KB  |  64 lines

  1.  
  2. ! ********************************************************************
  3. ! *  POLAR.DAT -- Sample Data File for Constructing a Polar Graph    *
  4. ! ********************************************************************
  5.  
  6. ! ****************
  7. ! *  Graph Type  *
  8. ! ****************
  9.  
  10. #GRAPH_TYPE = POLAR_GRAPH
  11.  
  12.  
  13. ! ******************
  14. ! *  Graph Titles  *
  15. ! ******************
  16.  
  17. #MAIN_TITLE  =  ^
  18.  
  19.  
  20. ! ******************
  21. ! *  Graph Colors  *
  22. ! ******************
  23.  
  24. #BKG_COLOR  = 14
  25. #AXIS_COLOR = 4
  26. #PLOT_COLOR = 1
  27.  
  28.  
  29. ! ************************************************************************
  30. ! *  Graph Options -- Polar (r,theta) input data, Connect Lines, Grid ON *
  31. ! ************************************************************************
  32.  
  33. #OPTIONS = POLAR ^ CONNECT ^ GRID ^
  34.  
  35.  
  36. ! ******************** Graph Data ***********************
  37. ! * Data Used To Graph 1 Data Group, Using "*" Symbols  *
  38. ! *******************************************************
  39.  
  40. #DATA
  41.     1.000000   0.000000  *
  42.     0.955336   0.295520  *
  43.     0.825336   0.564642  *
  44.     0.621610   0.783327  * 
  45.     0.362358   0.932039  *
  46.     0.070737   0.997495  *
  47.    -0.227202   0.973848  *
  48.    -0.504846   0.863209  *
  49.    -0.737394   0.675463  *
  50.    -0.904072   0.427380  *
  51.    -0.989992   0.141120  *
  52.    -0.987480  -0.157746  *
  53.    -0.896758  -0.442520  *
  54.    -0.725932  -0.687766  *
  55.    -0.490261  -0.871576  *
  56.    -0.210796  -0.977530  *
  57.     0.087499  -0.996165  *
  58.     0.377978  -0.925815  *
  59.     0.634693  -0.772764  *
  60.     0.834713  -0.550686  *
  61.     0.960170  -0.279415  *
  62.     0.999859   0.016814  *
  63.                  
  64.