Python script for computing and plotting chaotic dynamic systems.
To run:
- create a text file with parameters (copy and modify one of the existing .config files)
- python generate_chaos.py [config file path] [number of iterations] to generate the .out file of raw datapoints
- python clean_output.py [.out file path] [image width] [image height] creates the binned 2d array.
- use pylab.imshow() to plot the 2d array.