Skip to content
ikost edited this page Feb 13, 2019 · 6 revisions

Veusz wiki

Welcome to the Veusz wiki. Veusz (https://veusz.github.io/]) is a GUI scientific plotting and graphing package. It is designed to produce publication-ready Postscript or PDF output. It runs under Linux/Unix, Windows or Mac OS X.

This site is designed to provide an easy to edit documentation.

Links

General help

Datasets

Extending Veusz

  • ImportPlugins - Writing import plugins, which allow the user to define new data formats
  • ToolsPlugins - Writing tools plugins, which manipulate the document (like a macro)
  • DatasetPlugins - Adding Python code to create or manipulate datasets within Veusz
  • PythonTutorials - Run Veusz from source code and get started with the Python language

Interfacing with other applications

Development

  • DevStart - Some basic instructions for installing Veusz in a virtualenv
  • ToDo - Things which should be added or fixed in Veusz
  • Translation - Help to translate Veusz

Troubleshooting