JBAR
Bar Graphs in ASCII PPM format


JBAR is a FORTRAN90 program which reads in a data file and creates an ASCII PPM graphics file containing a bar graph version of the data.

The data actually represents measurements, on various days of the year, of the time required by individual "hops" in an Internet connection.

Usage:

jbar file.dat title file.ppm
file.dat
the name of an input data file, formatted as described in routine DATA_READ; the extension "DAT" determines the type of data:
title
a brief title to display on the graph;
file.ppm
the name of the ASCII PPM (ASCII portable pixel map) file in which the created graph should be stored; If this filename is omitted, then it will normally be constructed by replacing the extension of the input data file by ".ppm".

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

JBAR is available in a FORTRAN90 version.

Related Data and Programs:

CALPAK, a FORTRAN90 library which converts between dates as computed on various calendars.

TABLE_HISTOGRAM, a FORTRAN90 program which can make a histogram of a set of points stored in a table file.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN90 source codes.


Last revised on 08 December 2007.