1starplot(1) General Commands Manual starplot(1)
2
3
4
6 starplot - view 3d perspective maps of stars
7
9 starplot [ GTK+ opts ] [ datafile1 [ datafile2 [...] ] ]
10
12 StarPlot is a GTK+ based program, written in C++, that can be used
13 interactively to view three-dimensional perspective charts of stars.
14 It is licensed under the GNU General Public License.
15
16 Currently StarPlot does not have any command-line flags other than
17 those built into all GTK+ applications. One or more data files to open
18 can be specified at the command line. If none are specified, and this
19 is the first time using StarPlot, the program will open the default
20 file, /usr/share/starplot/examples/sample.stars. StarPlot saves its
21 settings on exit to an rc file, ~/.starplotrc. For detailed informa‐
22 tion on how to use the program, see the HTML documentation.
23
25 /usr/share/starplot/ - Contains StarPlot data files
26 /usr/share/doc/starplot/ - Contains documentation
27 ~/.starplotrc - Saved program settings for each user
28
30 starconvert(1), starpkg(1)
31
33 Copyright © 2000-2002 under the GNU GPL by Kevin B. McCarty
34 <starplot@starplot.org>. The StarPlot web page is at www.starplot.org.
35
36
37
38 Nov 2002 starplot(1)