jvqplot - a very simple data plotting program
By Jochen Voss, last updated .
Contents
Introduction
Jvqplot is a data plotting program, resembling a simplified version of gnuplot. It is very simple to use, but it can only plot simple data files. The format and scaling of the plot are automatically chosen and cannot be changed. One of the main features of jvqplot is that the plot is automatically updated whenever the data in the input file changes.
Usage
Jvqplot can plot data from files. The input file must consists of numbers, arranged in columns. The first column corresponds to the horizontal axis. For each of the remaining columns a line is plotted which displays the corresponding values on the vertical axis.
If the data is contained in the file fname, you can call jvqplot from the command line as follows:
jvqplot fname &
Afterwards, whenever you change the contents of fname, the plot will automatically be updated. Clicking the right mouse button on the plot window brings up a context menu which allows to print the plot and to quit the program. See the included jvqplot manual page for more details.
Download
Jvqplot is free software, the source code is available below. You are free to change and redistribute it under the terms of the GNU General Public License, version 3 or later.
- jvqplot version 0.2, 2012-04-09
empty lines in data files separate data sets, clean up the program sources
- archive: jvqplot-0.2.tar.gz (167KB)
signature: jvqplot-0.2.tar.gz.asc
sha1: cebb02849f6743babf6cf2a52a1098328ad374f6
md5: 9f4422716e0882b7de19731a47be7976
- archive: jvqplot-0.2.tar.gz (167KB)
- jvqplot version 0.1, 2010-11-29 (experimental version)
first public release
- archive: jvqplot-0.1.tar.gz (95KB)
signature: jvqplot-0.1.tar.gz.asc
sha1: 025b1e96eff5f8f57c8d78f30a612c15d36e6780
md5: e6a19835d89be82d192c4821f164a849
- archive: jvqplot-0.1.tar.gz (95KB)
More recent, experimental versions of the jvqplot source code may (or may not) be available on github.com.
Gallery
![[jvqplot screenshot]](/image/jvqplot2-0572.png)
![[jvqplot screen shot]](/image/jvqplot-0618.png)
![[jvqplot demo with squares]](/image/jvqplot3-0640.png)