Chaos icon indicating copy to clipboard operation
Chaos copied to clipboard

Visualizations of the connections between chaos theory and fractals through the logistic map; made for Veritasium YouTube video

Results 29 Chaos issues
Sort by recently updated
recently updated
newest added

File "C:\Users\user01\Desktop\Chaos-master\logistic_interactive.py", line 480, in self.rate_box.valueChanged.connect(lambda: self.setValues('rate_box')) File "C:\Users\user01\Desktop\Chaos-master\logistic_interactive.py", line 533, in setValues self.rate.setValue( linear_interp(self.rateval, TypeError: setValue(self, int): argument 1 has unexpected type 'float' Traceback (most recent call last): File...

I have installed all the requirements but when I try to open the `logistic_mandelbrot.py` . It shows up: File "C:\Users\ambay\my_codes\python\Chaos_graph\logistic_mandelbrot.py", line 446, in NEW_TRANSLUCENT_FRAG_SHADER = vispy.visuals.volume.FRAG_SHADER.format( AttributeError: module 'vispy.visuals.volume' has...

TypeError: setValue(self, int): argument 1 has unexpected type 'float' in logistic_interactive.py

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Traceback (most recent call last): File "D:\Atom\Chaos-master\logistic_interactive.py", line 480, in self.rate_box.valueChanged.connect(lambda: self.setValues('rate_box')) File "D:\Atom\Chaos-master\logistic_interactive.py", line 533, in setValues self.rate.setValue( linear_interp(self.rateval, TypeError: setValue(self, int): argument 1 has unexpected type 'float' Traceback...

It has updated readme with new instructions

Its necesary install more library like pyqt5 and pyqtgraph also if your pip version is smaller than 22.0.4 you must upgrade, you can use the next command python -m pip...

Pasting trimmed error output below: Traceback (most recent call last): File "/Users/[XXXX]/Chaos/logistic_mandelbrot.py", line 349, in vol = np.load(datafile)['data'] File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/lib/npyio.py", line 417, in load fid = stack.enter_context(open(os_fspath(file), "rb")) **FileNotFoundError: [Errno...

Whenever I try to run logistic_interactive.py it always stops at 100 (time). I changed the value of self.fmax to a larger value and it seemed to work. However, the plots...

installed all libraries and get this error while logistic_interactive.py was left unchanged. Editing the 3rd " moves the error to the next triple " occurence. terminal: h@h:/media/h/3tb/www/Chaos$ python logistic_interactive.py File...