#!/bin/sh
#
# Basic x,y-plot, but scaling axes

scat -x0,5,.5 -y 0,5,0.5 -H "Sample x/y-plot" < data.smpl
