lpfilled3

Click here to download the EPS equivalent


// Usage: pl -gif lpfilled3.htm 

// set up plotting area using proc areadef...
#proc areadef
  rectangle: 1 1 2.5 1.7
  xrange: -20 80
  yrange: 0 1

// specify data using proc getdata...
#proc getdata
data:
	-20	0.2	0.3
	-10	0.2	0.32
	0	0.21	0.36
	10	0.24	0.44
	20	0.27	0.62
	30	0.3	0.81
	40	0.42	0.87
	50	0.5	0.9
	60	0.63	0.92
	70	0.74	0.95
	80	0.82	0.98

// render rangesweep using proc rangesweep...
#proc rangesweep
  xfield: 1
  lofield: 2
  hifield: 3
  color: rgb(.7,.8,1)

#proc yaxis
  tics: none
  axisline: none
  ticincrement: 0.2
  grid: style=2 color=orange