loglog

Demonstrates a log-log plotting area, using selflocatingstubs
// Usage: ploticus -png loglog.htm
// set up area
#proc areadef
rectangle: 1 1 3 3
xscaletype: log
xrange: .1 110
yscaletype: log
yrange: .1 110
title: log-log example
// do grid..
#proc xaxis
selflocatingstubs: list .1\n.2\n.3\n.4\n.5\n.6\n.7\n.8\n.9\n1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n\n20\n30\n40\n50\n60\n70\n80\n90\n100
grid: color=green
#saveas: A
#proc yaxis
#clone: A
// go back and do some stubs
#proc xaxis
selflocatingstubs: list .1 .1\n1 1\n10 10\n100 100
#saveas B
#proc yaxis
#clone B