DESCR 560 B

1234567891011
  1. Veusz is a GUI scientific plotting and graphing package. It is designed
  2. to produce publication-ready Postscript or PDF output. SVG, TIFF, and
  3. bitmap export formats are also supported. Data can be read from text,
  4. CSV, or FITS files, and data can be manipulated or examined from within
  5. the application.
  6. In Veusz, plots are created by building up plotting widgets with a
  7. consistent object-based interface. The program also provides a command
  8. line and scripting interface (based on Python) to its plotting
  9. facilities. It can also act as a Python plotting module.