reading nested yaml sequences for vertices
This commit is contained in:
parent
03da03d679
commit
e694c32496
3 changed files with 25 additions and 9 deletions
12
data.yaml
12
data.yaml
|
|
@ -1,8 +1,8 @@
|
|||
name: Fibonacci
|
||||
data:
|
||||
- 1
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 5
|
||||
- 8
|
||||
- [1.0, 0.5]
|
||||
- [1.0, 0.5]
|
||||
- [2.0, 0.5]
|
||||
- [3.0, 0.5]
|
||||
- [5.0, 0.5]
|
||||
- [8.0, 0.5]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue