kuromusha / mandelbrot-chaco

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

Reset zoom button #1

Closed timdiller closed 1 year ago

timdiller commented 1 year ago

It would be nice to have a button to reset the zoom to the original settings. This might be useful if you use several non-square window zooms. Alternatively, you might consider constraining window zooms to 1:1 aspect ratio.

kuromusha commented 1 year ago

@timdiller Thank you for your comment. I modified the code to add a reset button by #3.