summaryrefslogtreecommitdiffstats
path: root/academic/veusz/README
diff options
context:
space:
mode:
author Fellype do Nascimento <fellype@gmail.com>2014-12-05 04:53:12 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-05 04:53:12 +0700
commitc4ff37108156a5cc5aaa96426a84810d26baa8bc (patch)
tree79b3c5d3544a75ff30d7a9acc139cd0fd5bfd11e /academic/veusz/README
parent77400c2516449811d402738856ea368ea59b3f4f (diff)
downloadslackbuilds-c4ff37108156a5cc5aaa96426a84810d26baa8bc.tar.gz
slackbuilds-c4ff37108156a5cc5aaa96426a84810d26baa8bc.tar.xz
academic/veusz: Added (Scientific Plotting).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/veusz/README')
-rw-r--r--academic/veusz/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/academic/veusz/README b/academic/veusz/README
new file mode 100644
index 0000000000..ed10e839e7
--- /dev/null
+++ b/academic/veusz/README
@@ -0,0 +1,15 @@
+Veusz - A Scientific Plotting Package
+
+Veusz is a GUI scientific plotting and graphing package.
+It is designed to produce publication-ready Postscript or PDF output.
+SVG, EMF and bitmap export formats are also supported.
+
+The program runs under Unix/Linux, Windows or Mac OS X, and binaries are provided.
+Data can be read from text, CSV, HDF5 or FITS files.
+In addition, you can also enter, manipulate or examine data from within the application.
+In Veusz plots are created by building up plotting widgets with a consistent object-based interface.
+The program also provides a command line and scripting interface (based on Python) to its plotting facilities
+ It can also act as a Python plotting module.
+Veusz is written in Python. Its user interface uses PyQt and Numpy is used to manipulate data.
+
+The hdf5 library is needed only if you want to use HDF5 files.