File: gall.hbars

package info (click to toggle)
ploticus-doc 2.33-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,392 kB
  • ctags: 169
  • sloc: pascal: 469; makefile: 63; sh: 11
file content (191 lines) | stat: -rw-r--r-- 4,958 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
.ig >>
<STYLE TYPE="text/css">
<!--
        A:link{text-decoration:none}
        A:visited{text-decoration:none}
        A:active{text-decoration:none}
        OL,UL,P,BODY,TD,TR,TH,FORM { font-family: arial,helvetica,sans-serif;; font-size:small; color: #333333; }

        H1 { font-size: x-large; font-family: arial,helvetica,sans-serif; }
        H2 { font-size: large; font-family: arial,helvetica,sans-serif; }
        H3 { font-size: medium; font-family: arial,helvetica,sans-serif; }
        H4 { font-size: small; font-family: arial,helvetica,sans-serif; }
-->
</STYLE>
<title>ploticus: script examples gallery - horizontal bars</title>
<body bgcolor=D0D0EE vlink=0000FF>
<br>
<br>
<center>
<table cellpadding=2 bgcolor=FFFFFF width=550><tr>
<td>
  <table cellpadding=2 width=550><tr>
  <td><br><h2>Script examples gallery - Horizontal bars</h2></td>
  <td align=right>
  <small>
  <a href="../doc/welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
  Version 2.33 Jun'06
     </small><br><a href="../doc/scripthome.html">Scripts</a>
  <td></tr></table>
</td></tr>
<td>
<br>
<br>
.>>

.TH Script_examples_gallery_-_Horizontal_bars PL "02-JUN-2006   PL ploticus.sourceforge.net"

.ig >>
<p>
This page contains a series of horizontal bar graph, timeline, 
and proportional bars examples
illustrating some of the available varieties and options.
These examples all use ploticus's <a href="../doc/bars.html">proc bars</a>
with the <b>horizontalbars</b> option.
<a href="../doc/clickmap.html">Clickmaps</a> are supported for
horizontal bar graphs.

<br>
<br>
<br>
<h3>Example 1</h3>
<a href="hbars1.htm">hbars1<br><img src="hbars1.gif"></a>
<br>
This example shows how horizontal bars
can provide a compact format for displaying
comparison data, especially when the 
category labels are long.
It also demonstrates how selected bars may be highlighted
by using a different color.
<br>
<br>
<br>

<h3>Example 2</h3>
<a href="hbars2.htm">hbars2<br><img src="hbars2.gif"></a>
<br>
Here, the category labels are within the bars.

<br>
<br>
<br>

<h3>Example 3</h3>
<a href="hbars3.htm">hbars3<br><img src="hbars3.gif"></a>
<br>
Stacked horizontal bars.
<br>
<br>
<br>

<h3>Example 4</h3>
<a href="hbars5.htm">hbars5<br><img src="hbars5.gif"></a>
<br>
Clustered horizontal bars.

<br>
<br>
<br>

<h3>Example 5</h3>
<a href="hbars4.htm">hbars4<br><img src="hbars4.gif"></a>
<br>
Reflected bar graphs.  These are sometimes used to compare two sets of values.  
I personally don't like these, except perhaps
when the number of categories is large, or when the 
nature of the data lends itself to such a display;
I would prefer two-bar clusters.

<br>
<br>
<a name=timeline></a>
<br>
<h1>Floating segment bars and timelines</h1>
Floating segment bars can represent time intervals, genomic regions, etc.
See also the <a href="http://members.chello.nl/epzachte/Wikipedia/EasyTimeline/Introduction.htm">EasyTimeline</a>
package by Erik Zachte / Wikipedia, which utilizes ploticus.
<br>
<br>
<h3>Example 6</h3>
<a href="segments.htm"><img src="segments.gif" border=0></a>

<br>
<br>
<br>

<h3>Example 7</h3>
<a href="timeline1a.htm">timeline1a<br><img src="timeline1a.gif"></a>
<br>
In this example, bars are used to represent time segments, showing
the phases of a project.  Use the <b>segmentfields</b> attribute.

<br>
<br>
<br>

<h3>Example 8</h3>
<a href="timeline2.htm">timeline2<br><img src="timeline2.gif"></a>
<br>
Another time line example.  proc scatterplot was used to
render the target date points.

<br>
<br>
<br>
<h3>Example 9</h3>
<a href="sess.htm">sess2<br><img src="sess.gif"></a>
<br>
Another time line example showing login sessions for one day.

<br>
<br>
<br>

<h3>Example 10</h3>
<a href="clickmap_time2.htm">clickmap_time2</a><br>
<a href="clickmap_time2.map"><img src="clickmap_time2.gif" ismap></a>
<br>
An example of a timetable.  This also illustrates the use of
<a href="../doc/clickmap.html">clickmaps</a> with bar graphs.
Try clicking on any TV show box above..

<br>
<br>
<br>

<a name=proportion></a>
<h1>Proportions</h1>

<h3>Example 11</h3>
<a href="propbars1.htm">propbars1<br><img src="propbars1.gif"></a>
<br>
Here, the bar segments represent proportions of a whole.
The <b>stackfields</b> attribute is used to position bars.
This is the same type of look that a pie graph shows, but
bars are usually more compact.
See also <a href="propbars2.htm">propbars2</a>, an example of
vertical proportional bars.

.>>

.ig >>
<br>
<br>
</td></tr>
<td align=right>
<a href="../doc/welcome.html">
<img src="../doc/ploticus.gif" border=0></a><br><small>data display engine &nbsp; <br>
<a href="../doc/Copyright.html">Copyright Steve Grubb</a>
<br>
<br>
<center>
<img src="../gallery/all.gif"> 
</center>
</td></tr>
</table>
<br>
<center>
Ploticus is hosted at http://ploticus.sourceforge.net <br>
<img src="http://sourceforge.net/sflogo.php?group_id=38453" width="88" height="31" border="0" alt="SourceForge Logo">
</center>
.>>