File: errbar2.htm

package info (click to toggle)
ploticus-doc 2.40-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 9,604 kB
  • ctags: 159
  • sloc: pascal: 469; makefile: 63; sh: 11
file content (39 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html><h1>errbar2</h1><img src="errbar2.gif"><p>
<a href="gall.using.html">How to download and try this example</a><br>

<pre><b>Usage: pl -gif errbar2.htm
<hr></b>

#set TAILLEN = 0.05

#proc getdata:
data: 
//categ  n obs   mean  stdev   pval
//====  =====  =====  =====    =====
  coh     23   37.83  18.66    p<.05 
  exp     23   42.17   9.00    p<.05
  conf    23   54.48  13.67    p>.05
  ind     23   42.52  14.71    p>.05
  achiev  23   54.48   8.44    p>.05

// set up plot area
#proc areadef:
rectangle: 1 1 5 2
xscaletype: categories
xcategories: datafield=1
yrange: 0 100
yaxis.grid: color=orange

// render pink bars
#proc bars
locfield: 1
lenfield: 3
color: pink


// render bars
#proc bars
locfield: 1
lenfield: 3
errbarfields: 4
tails: @TAILLEN