-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
30 lines (22 loc) · 1.09 KB
/
README
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
GRAFFER
=======
Graffer is an interactive tool for generating plots of data and/or
functions.
This is the original IDL/GDL version. The code was originally developed
in IDL, but recent improvements in the widgets on GDL mean that it is
now possible to use it in GDL as well.
The main capabilities:
Plotting X vs. Y data with optional error bars.
Plotting X vs. Y functions (including parametric functions).
Contour or colour displays of 2-D datasets and functions.
Testing and development has been on various Linux flavours. If you want
to try to use it on other systems, be prepared to do the porting work.
IMPORTANT: If you are using GDL you MUST use a recent GIT snapshot as
some critical widget bugs have been fixed since the 1.0.0 release.
There is also a Fortran version of the core tool that was originally
written to stress-test Gtk-Fortran.
Useful Links:
GDL (GNU Data Language): https://github.com/gnudatalanguage/gdl
Fortran Graffer: https://github.com/jtappin/graffer
You may copy, distribute and modify GRAFFER under the terms of the GNU
GENERAL PUBLIC LICENSE Version 2, or any later version.