File: symbols.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 (105 lines) | stat: -rw-r--r-- 1,887 bytes parent folder | download | duplicates (3)
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
<html><h1>symbols</h1><img src="symbols.gif"><p>
<a href="gall.using.html">How to download and try this example</a><br>

<pre><b>Usage: ploticus -png symbols.htm
<hr></b>

#set OPT = ""
#set XVAL = 2

#proc areadef
  rectangle: 1 1 5 5
  xrange: 0 10
  yrange: 0 10

#proc annotate
  location: 1 10(s)
  textdetails: size=8
  text: Shape 

#proc annotate
  location: @XVAL 9(s)
  textdetails: align=R adjust=-0.4,-0.05
  text: nicecircle

#proc annotate
  location: @XVAL 8(s)
  textdetails: align=R adjust=-0.4,-0.05
  text: circle

#proc annotate
  location: @XVAL 7(s)
  textdetails: align=R adjust=-0.4,-0.05
  text: pentagon

#proc annotate
  location: @XVAL 6(s)
  textdetails: align=R adjust=-0.4,-0.05
  text: diamond

#proc annotate
  location: @XVAL 5(s)
  textdetails: align=R adjust=-0.4,-0.05
  text: square

#proc annotate
  location: @XVAL 4(s)
  textdetails: align=R adjust=-0.4,-0.05
  text: triangle

#proc annotate
  location: @XVAL 3(s)
  textdetails: align=R adjust=-0.4,-0.05
  text: downtriangle

#proc annotate
  location: @XVAL 2(s)
  textdetails: align=R adjust=-0.4,-0.05
  text: lefttriangle

#proc annotate
  location: @XVAL 1(s)
  textdetails: align=R adjust=-0.4,-0.05
  text: righttriangle

#proc annotate
  location: 2.2 10(s)
  textdetails: align=C  size=8
  text: outline

#include symsub.htm

#set XVAL = 2.3
#set OPT = "linewidth=1
#include symsub.htm


#set XVAL = 2.8
#set OPT = "style=filled fillcolor=blue
#proc annotate
  location: @XVAL 10(s)
  textdetails: align=C  size=8
  text: filled

#include symsub.htm

#set XVAL = 3.5
#set OPT = "style=outline fillcolor=blue linecolor=red
#proc annotate
  location: @XVAL 10(s)
  textdetails: align=C  size=8
  text: filled +
	outlined

#include symsub.htm


#set XVAL = 4.2
#set OPT = "style=spokes 
#proc annotate
  location: @XVAL 10(s)
  textdetails: align=C 
  text: spokes

#include symsub.htm