Skip to content

Commit c0f9d01

Browse files
authored
Update README.md
1 parent 4ad7000 commit c0f9d01

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ This code calculates a image of the Mandelbrot set,
1212
* [julia_v1.py](https://github.com/oonap0oo/small-Python-projects#julia_v1py)
1313
A modification of the Mandelbrot code allows to calculate the Julia set.
1414

15+
* [julia_tkinter.py](https://github.com/oonap0oo/small-Python-projects#julia_tkinterpy)
16+
A simple approach plotting a colorful julia fractal directly on a tkinter canvas.
17+
1518
* [logistic_map_calculate_image_v3.py](https://github.com/oonap0oo/small-Python-projects#logistic_map_calculate_image_v3py)
1619
This code calculates an image of the bifurcation diagram for the logistic map.
1720

@@ -194,6 +197,14 @@ The image can be saved as png image file
194197

195198
A modification of the Mandelbrot code allows to calculate the Julia set.
196199

200+
### [julia_tkinter.py](julia_tkinter.py)
201+
202+
![julia_tkinter_screenshot1.png](julia_tkinter_screenshot1.png)
203+
204+
![julia_tkinter_screenshot2.png](julia_tkinter_screenshot2.png)
205+
206+
A simple approach plotting a colorful julia fractal directly on a tkinter canvas.
207+
197208
### [logistic_map_calculate_image_v3.py](logistic_map_calculate_image_v3.py)
198209

199210
![logistic_map_calculate_image_v3_plot.png](logistic_map_calculate_image_v3_plot.png)

0 commit comments

Comments
 (0)