home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / aplot140.lha / README < prev   
Text File  |  1990-07-15  |  4KB  |  99 lines

  1. AmigaPlot - An x-y plotting package for scientist or engineers.
  2.             Plots up to 30 curves, each of which may contain up to 1000
  3.             data points using options stored in a data file. This program
  4.             is shareware. Version 1.40, includes source.
  5. Author:     James R. White (u800552@beta.lanl.gov)
  6.             2460 46th Street            <= Note New Address
  7.             Los Alamos, NM  87544
  8.  
  9. To reconstruct the AmigaPlot distribution disk, you must join all of
  10. the parts of the file into a single AmigaPlot.uue file, and decode the
  11. resulting file file with uudecode.  This should create a file called
  12. AmigaPlot.zoo.  Put this file on a blank disk named
  13.  
  14. AmigaLibDisk150
  15.  
  16. then unpack the zoo archive with the command with the current directory
  17. pointed at AmigaLibDisk150:
  18.  
  19. zoo e// AmigaPlot
  20.  
  21. This should create a series of files whose directory structure looks like
  22. this:
  23.  
  24.  
  25.   C (dir)
  26.     Amigaplot                        less
  27.     SaveScreen                       Show
  28.     Show.info                        SlideShow
  29.   AmigaPlot (dir)
  30.        Documentation (dir)
  31.          .info                            AmigaPlot.Doc
  32.          AmigaPlot.Doc.info               Click.Me.for.Hardcopy
  33.          Click.Me.for.Hardcopy.info
  34.        C.Source (dir)
  35.          .info                            AmigaPlot.c
  36.          AmigaPlot.c.info                 Debug.exe
  37.          Debug.exe.info                   ScreenDump.c
  38.          ScreenDump.c.info
  39.        Demo.Data (dir)
  40.          .info                            AmigaPlot.Messages
  41.          AmigaPlot.Messages.info          Click.Me.to.run.Amigaplot
  42.          Click.Me.to.run.Amigaplot.info   Run.AmigaPlot.exe
  43.          Run.AmigaPlot.exe.info           Sample.AmigaPlot.Com.File
  44.          Sample.AmigaPlot.Com.File.info   Sample.Data.File
  45.          Sample.Data.File.info
  46.        More.Data (dir)
  47.          .info                            DemoData5.1
  48.          DemoData5.1.info                 DemoData5.2
  49.          DemoData5.2.info                 Squares
  50.          Squares.info                     Trig.Data
  51.          Trig.Data.2                      Trig.Data.2.info
  52.          Trig.Data.info
  53.        Command.Files (dir)
  54.          .info                            Click.Me.to.run.Amigaplot
  55.          Click.Me.to.run.Amigaplot.info   Command.File.1
  56.          Command.File.1.info              Command.File.2
  57.          Command.File.2.info              Command.File.3
  58.          Command.File.3.info              Command.File.4
  59.          Command.File.4.info              Run.AmigaPlot.exe
  60.          Run.AmigaPlot.exe.info
  61.        Tutorial (dir)
  62.          .info                            Click.Me.for.Demo
  63.          Click.Me.for.Demo.info           Execute.Me
  64.          Execute.Me.info                  File.1A
  65.          File.1A.info                     File.2A
  66.          File.2A.info                     File.3A
  67.          File.3A.info                     File.4A
  68.          File.4A.info                     Last.Screen
  69.          Last.Screen.info                 Screen.2
  70.          Screen.2.info                    Screen.3
  71.          Screen.3.info                    SlideShow.Script
  72.          SlideShow.Script.info            Title.Screen
  73.          Title.Screen.info
  74.     .info                            C.Source.info
  75.     Command.Files.info               Demo.Data.info
  76.     Documentation.info               More.Data.info
  77.     Tutorial.info
  78.   .info                            AmigaPlot.info
  79.   AmigaPlot.zoo                    C.info
  80.  
  81.  
  82. The  AmigaPlot program was written in such a manner as to support
  83. the  Amiga  multitasking  environment.  AmigaPlot is run from the
  84. CLI using a command line like the following:
  85.  
  86. 1> AmigaPlot command.file
  87.  
  88. The  command.file  contains  a  compact  description  of the plot
  89. characteristics,  such  as  the  x and y axis titles, information
  90. regarding  the  location  of the x and y axis data, and so forth.
  91. AmigaPlot  then  reads  the  data  files specified in the command
  92. file,  opens  a  640  by 400 8 color screen, plots the data, then
  93. does  a  screen  dump  to  a  file  on  the  RAM:  disk  which is
  94. compatable  with  a Star SG-10 printer. The distribution disk for
  95. the  AmigaPlot  program  contains  a batch file for executing the
  96. sample  plots  which  are  included as an Appendix to this User's
  97. guide. The screen may be captured  and  loaded  into  DeluxePaint
  98. using utilities also supplied on the distribution disk.
  99.