File: errbar2.htm

package info (click to toggle)
ploticus-doc 2.0.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,284 kB
  • ctags: 83
  • sloc: pascal: 149; makefile: 61; sh: 30
file content (39 lines) | stat: -rw-r--r-- 768 bytes parent folder | download
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: ploticus -png 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