yt-project / widgyts

Widgets for yt
https://widgyts.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
10 stars 10 forks source link

Pull out navigation and colormap interactive controls into separate widget #15

Open munkm opened 6 years ago

munkm commented 6 years ago

Right now all of the controls that attach to the traits in the FRBView and ColorMaps widgets are defined in setup_controls() in the FRBView class defined in image_canvas.py. These should be pulled out into a standalone widget that connects the traits of a FRB or image canvas to the controlling widgets.