sinc documentation & code values to image on readme

main
Alexandre B A Villares 2020-10-21 16:17:44 -03:00
rodzic 9f335b7acf
commit cd3b99d0fd
2 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -1,8 +1,8 @@
# Other L-System
iterations = 8
iterations = 9 #8
stroke_len = 2600
angle_deg = 105
angle_deg = 60 #105
axiom = 'L'
sentence = axiom
rules = {

Wyświetl plik

@ -1507,7 +1507,7 @@ rules = {
[sketch_2020_03_29a](https://github.com/villares/sketch-a-day/tree/master/2020/sketch_2020_03_29a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
```python
axiom = 'L'
axiom = 'L'8
rules = {
'L': '+FR-LFL+',
'R': '-FL+RFR-',
@ -1537,9 +1537,9 @@ rules = {
[sketch_2020_03_28a](https://github.com/villares/sketch-a-day/tree/master/2020/sketch_2020_03_28a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
```python
iterations = 7
iterations = 9
stroke_len = 2600
angle_deg = 45
angle_deg = 60
axiom = 'L'
sentence = axiom
rules = {