File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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 )
1313A 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 )
1619This 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
195198A 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 )
You can’t perform that action at this time.
0 commit comments