sa1

How to download and try this example

Usage: pl -gif sa1.htm

// define a plotting area using proc areadef #proc areadef rectangle: 1 1 4 2 xrange: 0 5 yrange: 0 100 // define an X axis using proc xaxis #proc xaxis: stubs: text Africa Americas Asia Europe,\nAustralia,\n& Pacific // define a Y axis using proc yaxis #proc yaxis label: Growth Rate stubs: inc 20 minortics: yes minorticinc: 5 // specify some plotting data using proc getdata #proc getdata rotate: yes data: 76 54 60 59 // create the bars using proc bars #proc bars lenfield: 1 color: teal barwidth: 0.2