-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
61 lines (47 loc) · 1.88 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
layout: default
title: Veusz – a scientific plotting package
---
<div class="blurb">
<h1>{{ page.title }}</h1>
<p>
Veusz is a scientific plotting and graphing program with a
graphical user interface, designed to produce publication-ready
2D and <a href="/3d/">3D</a> plots.
In addition it can be used as a module in Python for plotting.
Veusz is multiplatform, running on Windows, Linux/Unix and macOS.
It supports vector and bitmap output, including PDF, Postscript,
SVG and EMF.
Veusz is <a href="https://www.gnu.org/philosophy/free-sw.html">Free
Software</a>.
</p>
<p>
With the help of a tutorial the program can be used by the novice
user and is flexible for advanced work.
In Veusz plots are created by building up plotting widgets with a
consistent object-based interface, where the user sets the
properties of the widgets.
There are many options for customization of
plots. See <a href="/features/">features</a>, <a href="/examples/">2D
examples</a> and <a href="/examples3d/">3D examples</a> to see
what can be done with the program.
</p>
<p>
It allows data to be imported from text, CSV, HDF5 and FITS files.
Datasets can also be entered within the program and new datasets
can be created via the manipulation of existing datasets using
mathematical expressions and more.
The program can also be extended, by adding plugins supporting
importing new data formats, different types of data manipulation
or for automating tasks.
</p>
<a href="/examples3d/">
<img src="/media/click-3d-example.png" alt="3D Examples" title="3D Examples">
</a>
<a href="/examples/">
<img src="/media/click-example.png" alt="2D Examples" title="2D Examples">
</a>
<a href="/screenshots/">
<img src="/media/click-screenshot.png" alt="Screenshot" title="Screenshots">
</a>
</div>