settingsdemo

How to download and try this example

Usage: pl -gif settingsdemo.htm

Demonstrates various uses of 'proc settings'



#proc annotate
location: 4 7
text:	proc settings 

#proc settings
numbernotation: us

#proc areadef
title: Thousands separator & Euro notation
rectangle: 1 6 7 6.3
xrange: 8000 12000
yrange: 0 10
xaxis.stubs: inc 1000
xaxis.stubformat: $%g

#proc settings
numbernotation: euro
numberspacerthreshold: 3

#proc areadef
rectangle: 1 5.5 7 5.8
xrange: 2467.40 2467.65
yrange: 0 10
xaxis.stubs: inc 0.05
xaxis.stubformat: KL=%7.2f

#proc settings
dateformat: dd-mmm-yy
months: ene feb mar abr pue jun jul ago sep oct nov dic
months.abbrev: Ene Feb Mar Abr Pue Jun Jul Ago Sep Oct Nov Dic
months.full: Enero Febrero Marcha Abril Pueda Junio Julio Agosto Septiembre Octubre Noviembre Diciembre
weekdays: Dom Lun Mar Mie Jue Vie Sab
#endproc

#proc areadef
title: Spanish months and weekdays
rectangle: 1 3.5 7 3.8
//xscaletype: date dd-mmm-yy
xscaletype: date 
xrange: 01-ene-01 31-dic-01
yrange: 0 10
xaxis.stubs: inc 1 month
xaxis.stubformat: Mmm

#proc areadef
xscaletype: date 
rectangle: 1 3 7 3.3
xrange: 13-ene-01 19-ene-01
yrange: 0 10
xaxis.stubs: inc 1 
xaxis.stubformat: Www

#proc settings
units: cm

#proc annotate
location: 10 5
box: color=red
text: units = cm .. this should be centered around 10,5 cm