Getting started

One can immediately start using EXTREMA by learning just a few basic commands. A straight-forward use for EXTREMA is to read two lists of numbers from a file, draw a graph of one list versus the other list, and label the graph with a character string. For example:

      READ file.dat x y
      GRAPH x y
      TEXT 'Some text label'

  Conventions used in this manual
  Commands