Skip to content

Commit 52f9906

Browse files
authored
Create foo1
1 parent 5c72e73 commit 52f9906

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

input/foo1

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
https://github.com/plantuml/plantuml/issues/2144
2+
3+
@startuml
4+
binary "sample" as sample
5+
concise "tx1" as tx1
6+
hide time-axis
7+
8+
@sample
9+
@20
10+
sample is high
11+
+0.1 is low
12+
+9.9 is high
13+
+0.1 is low
14+
+19.9 is high
15+
+0.1 is low
16+
+19.9 is high
17+
+0.1 is low
18+
+19.9 is high
19+
+0.1 is low
20+
+19.9 is high
21+
+0.1 is low
22+
+19.9 is high
23+
+0.1 is low
24+
+19.9 is high
25+
+0.1 is low
26+
+19.9 is high
27+
+0.1 is low
28+
+19.9 is high
29+
+0.1 is low
30+
+19.9 is high
31+
+0.1 is low
32+
33+
@tx1
34+
0 is {hidden}
35+
+20 is START
36+
+19 is D0
37+
+19 is D1
38+
+19 is D2
39+
+19 is D3
40+
+19 is D4
41+
+19 is D5
42+
+19 is D6
43+
+19 is D7
44+
+19 is STOP
45+
+19 is {hidden}
46+
@enduml

0 commit comments

Comments
 (0)