Chaos
Chaos copied to clipboard
Visualizations of the connections between chaos theory and fractals through the logistic map; made for Veritasium YouTube video
So when I use the command to open the program this comes up: (base) C:\Users\JAWAD SAEED\Desktop\Chaos-master>logistic_interactive.py Traceback (most recent call last): File "C:\Users\JAWAD SAEED\Desktop\Chaos-master\logistic_interactive.py", line 13, in from PyQt5.QtCore import...
John, On Win10 with Python 3.8, it seems Numba 0.49 does not work for logistic_interactive.py ``` "> python logistic_interactive.py Traceback (most recent call last): File "C:\Program Files\Python38\lib\site-packages\numba\core\typeconv\typeconv.py", line 4, in...
See https://wbolden.github.io/complex/#%7Bz'*z'+z,0,1000%7D And view it in 3d and and spin the resulting shape and compare to your 3d image... (Code can be found here https://github.com/wbolden/complex ) This other image has...
I would really like your version of vispy if it’s not too much to ask.
For make rulers, I tried to put code 'project_name += _labels' but output was.. error is related with colorback. Help me😭😭
I get this Warning: 3.9.2/lib/python3.9/site-packages/vispy/gloo/texture.py:44: UserWarning: GPUs can't support dtypes bigger than 32-bit, but got 'float64'. Precision will be lost due to downcasting to 32-bit. warnings.warn( fractal_mandelbrot_100 started rendering when...
I am getting the constant error after executing logistic_madelbrotset.py length mismatch for elevation length mismatch for distance length mismatch for azimuth And this error is being repeatedly being shown
File "logistic_interactive.py", line 73 }}""" ^ This particular error keeps on popping even though I tried to run this program by precisely following the instructions. fixing this code proposed a...