kuromusha / mandelbrot-chaco

Mandelbrot Plotting with Panning and Zooming in TraitsUI and Chaco
MIT License
0 stars 1 forks source link

Mandelbrot Plotting with Panning and Zooming in TraitsUI and Chaco

This is demonstrating the use of panning and zooming a mandelbrot figure in Enthought's TraitsUI and Chaco.

Setup

$ edm envs import -f requirements.txt mandelbrot-chaco
$ edm shell -e mandelbrot-chaco
$ python setup.py build_ext --inplace
$ python mandelbrot_chaco.py

How to Pan and Zoom the Plot