jvqplot - a very simple data plotting program

By Jochen Voss, last updated 2012-04-16

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

jvqplot version 0.1, 2010-11-29 (experimental version)

first public release

More recent, experimental versions of the jvqplot source code may (or may not) be available on github.com.

Gallery

[jvqplot screenshot]

[jvqplot screen shot]

[jvqplot demo with squares]

Copyright © 2012, Jochen Voss. All content on this website (including text, pictures, and any other original works), unless otherwise noted, is licensed under a Creative Commons Attribution-Share Alike 3.0 License.