File: histo

package info (click to toggle)
wims 2%3A4.29a%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 185,704 kB
  • sloc: xml: 366,687; javascript: 120,570; ansic: 62,341; java: 62,170; sh: 7,744; perl: 3,937; yacc: 3,217; cpp: 1,915; lex: 1,805; makefile: 1,084; lisp: 914; pascal: 601; python: 520; php: 318; asm: 7
file content (35 lines) | stat: -rw-r--r-- 2,712 bytes parent folder | download | duplicates (19)
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
slib_lang_exists_tmp=yes

slib_title=Histogram
slib_parms=3\
,[data]\
,[position] list of numbers or [first end, width] which determine the intervals or the x-coordinates of the points\
,option : <span class="tt">noxtics</span>, <span class="tt">xtics [optional liste]</span>, <span class="tt">noytics</span>, \
tt>ytics</tt> number of graduations,<span class="tt">type_histo</span>, <span class="tt">color</span> [red by default],<span class="tt">raw</span>,\
option word amongst <span class="tt">url</span>, <span class="tt">html</span>, <span class="tt">raw</span>

slib_out=Plot of the histogram (+ size of the image when the option word is \
<span class="tt">url</span> or <span class="tt">html</span>).
slib_synonyme=plot frequency, frequency plot
slib_comment=The first item of the output is: by default, the flydraw code (option word <span class="tt">raw</span>); \
the address of the generated image if the option word is <span class="tt">url</span> ; \
the html code for inserting image if the option word is the option <span class="tt">html</span>.\
<ul><li>If <span class="tt">type_histo</span> is not given, the slib produces an histogram of\
the data values in vector <span class="tt">[data]</span> using the intervals characterized by\
<span class="tt">[position]</span> : the values of <span class="tt">[data]</span> are the areas of the bars of the\
histogram. If <span class="tt">[position]</span> is a list of numbers which determine the \
endpoints of  intervals, its length is  1 + length of <span class="tt">[data]</span> \
</li><li>If <span class="tt"> type_histo</span> is <span class="tt">baton</span> (resp. <span class="tt">stem</span>), \
the slib produces a  plot of data points in <span class="tt">[data]</span> connected \
the horizontal axis by vertical bars (resp. vertical lines) at the \
x-coordinates specified in <span class="tt">[position]</span> ; <span class="tt">[data]</span> and \
<span class="tt">[position]</span> must have the same length.\
</li><li>If <span class="tt">type_histo</span> is <span class="tt">step</span> or <span class="tt">stair</span>, the slib\
produces a 'stairstep' graph of the data points in <span class="tt">[data]</span>. As <span class="tt">[position]</span>\
specifies the endpoints of the horizontal lines, its length is  1 +\
length of <span class="tt">[data]</span>.\
With <span class="tt">stair</span>, the horizontal lines are not linked together by \
vertical lines.</li></ul>\
<br/> If <span class="tt">xtics</span> is followed by a number <span class="tt">n</span>, there are <span class="tt">n</span> graduations. \
If it is followed by a vector, the graduations are on the intervals \
and the text is those given in the vector.\