<?php
// Copyright Andrew Gilbert
// outputs background image
// only contains plotted points, no lines.
header("Content-type: image/png");
include("back.png");
 
?>