next up previous contents
Next: perlgp-wipe-expt.pl Up: Utility Scripts Previous: perlgp-run.pl   Contents

plot-tlog.pl

This is the script for plotting the tournament log file (explained in Table 1 in Section 3.1.9). It uses gnuplot, so you will need to install this if you don't have it and want to use this (simple to adapt) script.

  usage: plot-tlog.pl

The main options are:

-refresh S
- sleep for S seconds and then replot
-geometry GEOM
- X11 geometry specification for window (e.g. -geometry 400x300-0+0)
-timebased
- show the number of hours elapsed since the start of the run on the x-axis
-logs AXIS
- use a logarithmic scale on AXIS (x, y, x2, y2)
-yrange 'RANGE'
- fix the y-axis range, (-yrange '[0:100]')
-xrange, -y2range
- see -yrange, the program size and complexity values are plotted against the y2 axis



Bob MacCallum 2003-02-03