1SCIGRAPHICA(0.8.1) SciGraphica 0.8.1 SCIGRAPHICA(0.8.1)
2
3
4
6 SciGraphica - A scientific application for data analysis and technical
7 graphics
8
10 scigraphica [options] [file ...]
11
13 SciGraphica is too complex to cover completely in these manual pages.
14 If your system is properly configured, you can access the full documen‐
15 tation within SciGraphica under the Help menu.
16
17 SciGraphica is a scientific application for data analysis and technical
18 graphics. It pretends to be a clone of the commercial (and for MS-Win‐
19 dows only) application "Microcal Origin". The aim is to obtain a fully-
20 featured, cross-platform, user-friendly, self-growing scientific appli‐
21 cation. It fully supplies plotting features for 2D, 3D and polar
22 charts. It is free and open-source, released under the GPL license.
23
24 SciGraphica uses the Gtk+ Library as a toolkit (with optional Gnome
25 support). SciGraphica should run on any platform, where Gtk+ runs. This
26 is on all major Unix and Unix-type platforms, such as HP-UX, IRIX,
27 GNU/Linux and FreeBSD.
28
29
31 SciGraphica supports the following command-line options:
32
33 -w[=name] or --worksheet[=name]
34 Starts SciGraphica in worksheet mode and optionally renames the
35 worksheet to name.
36
37 -p[=name] or --plot[=name]
38 Starts SciGraphica in plot mode and optionally renames the plot
39 to name.
40
41 -v or --version
42 Shows version information on the build of SciGraphica.
43
44 SciGraphica supports also the following generic command-line options
45 from the Gtk+ Library:
46
47 --help
48 Shows help message on Gtk+, GUI and Gnome options (only available
49 when compiled with Gnome support).
50
51 --gtk-module=MODULE
52 Loads an additional Gtk module.
53
54 --g-fatal-warning
55 Makes all warnings fatal.
56
57 --gtk-debug=FLAGS
58 Gtk+ debugging flags to set.
59
60 --gtk-no-debug=FLAGS
61 Gtk+ debugging flags to unset.
62
63 --display=DISPLAY
64 X display to use.
65
66 --sync
67 Makes X calls synchronous.
68
69 --no-xshm
70 Don't use X shared memory extension.
71
72 --name=NAME
73 Program name as used by the window manager.
74
75 --class=CLASS
76 Program class as used by the window manager.
77
78
80 SG_ROOT
81 specifies the SciGraphica installation directory (by default
82 /usr/local on Unix systems)
83
84 SG_DOCVIEWER
85 specifies the html document viewer/browser for SciGraphica
86
87
89 ~/.scigraphica/config
90 System generated configuration file
91
92 SHARE/gnome/help/scigraphica/<locale>/
93 directory containing help documentation in HTML format
94
95 SHARE/scigraphica/examples/
96 directory containing SciGraphica and python example files
97
98 SHARE/scigraphica/python/
99 directory containing python modules for SciGraphica
100
101 SHARE/pixmaps/scigraphica/
102 directory containing pixmaps used by SciGraphica
103
104 SHARE/locale/<locale>/LC_MESSAGES/scigraphica.mo
105 file with locale translations of SciGraphica messages
106
107 SHARE is the SciGraphica system directory. The default is SG_ROOT/share
108 (/usr/local/share) on UNIX systems.
109
110
112 python(1).
113
114 Full documentation is available in either SGML or HTML format.
115
116 The homepage of SciGraphica and its most recent version can be found at
117 http://scigraphica.sourceforge.net/
118
119
121 There are probably still bugs in SciGraphica. Please report them to
122 scigraphica-devel@lists.sourceforge.net with detailed info, including
123 which version of SciGraphica you use. Consult the bug-reporting
124 instructions in the documentation (accessible from the Help menu in
125 SciGraphica) first if possible.
126
127
129 Copyright (c) 2000 by Adrian E. Feiguin (feiguin@magnet.fsu.edu) and
130 the rest of the SciGraphica Team (see credits in the documentation).
131
132
133
134Version 0.8.1 December 2001 SCIGRAPHICA(0.8.1)