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
|
<html>
<!-- index.html Generated from make and source index.html.in !-->
<head>
<title>Quickplot</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body>
<table width="100%">
<tr>
<td>
<table cellpadding="16" width="100%">
<tr>
<td>
<center>
<h1><img src="quickplot_icon.png"> Quickplot <img
src="quickplot_icon.png"></h1>
</center>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellpadding="16" width="100%">
<tr>
<td>
<font size=+1><b>Quickplot</b></font> is a fast interactive 2D plotter
with infinite zooming, value picking, pipe input, and unlimited plots
displayed. Quickplot is meant for looking at your data quickly
and of secondary importance is making static pictures of your
data. It's a data viewer, not a plot editor. It reads
ASCII text and sound files. It has lots of command line options,
making it very shell script friendly. It currently runs on
GNU/Linux systems and I hear it works on Mac OS X Darwin.
<p>
<font size=+1><b>Quickplot</b></font> is <a
href="http://www.gnu.org/copyleft/gpl.html">GNU GPL free
software</a>.
</p>
</td>
<td>
<img src="screenshot1_small.png">
</td>
</tr>
<tr>
<td>
<ul>
<b>
<li>Screen shots <a href="screenshot1.png">1</a> <a
href="screenshot2.png">2</a> <a href="screenshot3.png">3</a></li>
<li><a
href="about.html">About page</a></li>
<li><a
href="help.html">Help page</a></li>
<li><a
href="https://sourceforge.net/project/showfiles.php?group_id=82651"
>Downloads page</a></li>
<li><a href="ChangeLog">ChangeLog</a></li>
<li><a
href="https://sourceforge.net/cvs/?group_id=82651">SourceForge CVS
page</a></li>
<li><a href="https://sourceforge.net/projects/quickplot/">Sourceforge
Project Summary</a></li>
</b>
</ul>
<b>Note:</b>
<ul>
<li>Quickplot version 0.7.8 (and lower) builds with gtkmm-2.2.*</li>
<li>Quickplot version 0.8.0 (and higher) builds with gtkmm-2.4.*</li>
</ul>
</td>
<td>
<center>
<font size=+1><b>Quickplot is hosted by</b></font><br>
<table cellpadding="4">
<tr>
<td>
<a href="http://sourceforge.net"><img
src="http://sourceforge.net/sflogo.php?group_id=82651&type=7"
width="210" height="62" border="0" alt="SourceForge.net Logo" /></a>
</tr>
</td>
</table>
</center>
</td>
</tr>
</table>
<br>
<center><hr></hr>
<a href="http://quickplot.sourceforge.net/">Quickplot</a>
version 0.8.6
release date: Thu Jan 6 20:26:45 EST 2005
</center>
</body>
</html>
|