File: about.html

package info (click to toggle)
quickplot 0.8.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,544 kB
  • ctags: 1,019
  • sloc: cpp: 10,051; sh: 7,597; makefile: 176
file content (224 lines) | stat: -rw-r--r-- 6,397 bytes parent folder | download | duplicates (2)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<html>
<!-- about.html  Generated from make and source about.html.in !-->


<head>
<title>About Quickplot</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body>

<center>
<h1>Quickplot</h1>

Version 0.8.6
<p>
<font size=+2>A fast interactive 2D plotter</font>

</center>



<p><br>

<h3>Quickplot Home-page</h3>

<blockquote> <a
href="http://quickplot.sourceforge.net/">http://quickplot.sourceforge.net/</a
</blockquote>



<br>

<h3>What good is Quickplot?</h3>

<blockquote> You can very quickly <em>swim</em> through data with
Quickplot.&nbsp;  I wrote it to do my dynamics work and if other people can
use it, that's great. </blockquote>


<br>

<h3>What can Quickplot do other 2D plotters can't do?</h3>

<blockquote>

The difference between this 2D plotter and most 2D plotters is that
the primary purpose of Quickplot is to help you quickly interact with
your data.&nbsp; Of secondary importance is to make a pretty static
picture of your data.&nbsp; Features that distinguish Quickplot
include: one click zooming, any number of plots with different scales
displayed at one time, value picking for any number of plots with
different scales displayed at one time, and reading data from standard
input.&nbsp; These features become indispensable when you're looking
at data sets with 10,000 to 1,000,000 and more data points.&nbsp; You
can't look at a 2D plot with 100,000 points unless you can quickly
zoom.&nbsp; If you need to look at hundreds of files each with 100,000
points, the command line options in Quickplot may save your
sanity.

<p>Quickplot can display sound files with many sound formats.
</p>

<p> Quickplot is more like an interactive data <b>browser</b> than an
interactive picture <b>editor</b>.</p>

<p> All future versions of Quickplot will keep the <em>show me the
data quickly</em> theme.&nbsp; So all future additions to this program
must preserve this quick and lean theme.&nbsp; This does not rule out
the additions that make this program a more full-featured 2D plotter
that one can make pretty pictures with.</p>


</blockquote>



<br>

<h3>Installation prerequisites</h3>

<blockquote>

Quickplot uses the GNU Autotools (./configure) to build and install.
To build Quickplot from the distribution source tarball
(example: quickplot-0.8.6.tar.bz2) the following packages are required to be
installed:

<ul>

<li><b><a href="http://www.gtkmm.org/">gtkmm</a></b>&nbsp;&nbsp;
   has many prerequisites, but comes with most GNU/Linux
distributions.&nbsp; gtkmm is the official C++ interface for the
popular GUI library <a href="http://www.gtk.org/">GTK+</a>.

<ul>
<li>Quickplot version 0.7.8 (and below) works with gtkmm-2.2.* and will not work with gtkmm-2.4.*.</li>
<li>Quickplot version 0.8.0 (and above) works with gtkmm-2.4.* and will not work with gtkmm-2.2.*.</li>
</ul>

<li><b><a href="http://www.mega-nerd.com/libsndfile/">libsndfile</a>
(optional)</b>&nbsp;&nbsp; is a C library for reading and writing
files containing sampled sound (such as microsoft WAV and the
Apple/SGI AIFF format) through one standard library
interface. Quickplot will not read sound files without libsndfile.

</ul>

To build and develop Quickplot from the <a
     href="https://sourceforge.net/cvs/?group_id=82651">CVS source</a>
the following packages, in addition to the above packages, are
required to be installed:

<ul>

<li><b>The GNU Autotools</b>&nbsp;&nbsp; <a
href="http://www.gnu.org/software/autoconf/">Autoconf</a> version 2.58
or greater, <a
href="http://www.gnu.org/software/automake/">Automake</a> version
1.7 or greater, and <a
href="http://www.gnu.org/software/libtool/">Libtool</a> version 1.4.3
or greater are used to build the Quickplot source.

<li><b><a
href="http://www.imagemagick.org/">ImageMagick</a></b>&nbsp;&nbsp; The
<em>convert</em> program (from ImageMagick) is used to make xpm images
from PNG images in the Quickplot source.


</ul>



</blockquote>



<br>

<h3>The name and history of this program</h3>

<blockquote> We call it <em>Lanceman's Quickplot</em> in order to
distinguish it from another program called Quickplot which predates
this program.&nbsp; It used to be on NeXT computers.&nbsp; It may
have died with NeXT.

<p>This is a complete rewrite, by the original
author, of the Lanceman's Quickplot which first appeared in 1998, and
managed to find its way into the <a
href="http://www.debian.org/">Debian GNU/Linux</a> distribution soon
after.</p>

<p> Quickplot started out in 1998 as an Athena Widgets X11 GUI
program, in 2003 it was rewritten as a <a
href="http://www.trolltech.com/products/qt/">QT</a> GUI program, and
in 2004 it was changed to a <a href="http://www.gtk.org/">GTK+</a> GUI
program using the <a href="http://www.gtkmm.org/">gtkmm</a> C++ wrapper
to GTK+.</p>

</blockquote>



<br>

<h3>Authors</h3>

<blockquote>
<b>Lance Arsenault</b>&nbsp;&nbsp;
<a href="http://quickplot.sourceforge.net/lanceman/">http://quickplot.sourceforge.net/lanceman/</a>


<p>
I'm open for anyone to help.
</p>


</blockquote>




<br>

<h3>Copy Right and Legal Notice</h3>

<blockquote>

Quickplot is free software, distributed under the terms of
the <a href=http://www.gnu.org/copyleft/gpl.html>GNU General Public
License</a> (v2+).

<p>Quickplot -- a fast interactive 2D plotter<br>

Copyright (C) 1998, 1999, 2003, 2004 Lance Arsenault<br> 

<p>Quickplot is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the <a href="http://www.fsf.org/">Free Software
Foundation</a>; either version 2, or (at your option) any later
version.

<p>Quickplot is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&nbsp;  See the GNU
General Public License for more details.

<p>You should have received a copy of the <a
href=http://www.gnu.org/copyleft/gpl.html>GNU General Public
License</a> along with Quickplot, in a file named <a
href="COPYING">COPYING</a>; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.  </blockquote>


<br>&nbsp;
<center><hr></hr>
<a href="index.html">Top</a><hr></hr>
<a href="http://quickplot.sourceforge.net/">Quickplot</a>
&nbsp;&nbsp; version 0.8.6 &nbsp;&nbsp; 
release date: Thu Jan  6 20:26:45 EST 2005
</center>
</body>
</html>