#!/usr/bin/gnuplot # # $Id: pixel.plt,v 1.1 1999/11/30 00:15:15 aland Exp $ # set logscale y set ylabel 'Relative raw pixel frequency' set xtics 0, 16 set xlabel 'pixel value' set grid set key right top Left title ' Legend' box 3 plot 'pixel.dat' with linespoints pause -1