Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add elliptical ROI button to imviz #706

Merged
merged 3 commits into from
Jul 6, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jdaviz/configs/imviz/plugins/viewers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ImvizImageView(BqplotImageView):

tools = ['bqplot:home', 'bqplot:panzoom', 'bqplot:panzoomwcs',
'bqplot:contrastbias', 'bqplot:blinkonce',
'bqplot:rectangle', 'bqplot:circle']
'bqplot:rectangle', 'bqplot:circle', 'bqplot:ellipse']
default_class = None

def __init__(self, *args, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install_requires =
bqplot>=0.12.29
bqplot-image-gl>=1.4.1
glue-core>=1.0.1
glue-jupyter>=0.6.1
glue-jupyter>=0.7
echo>=0.5.0
ipyvue>=1.4.1
ipyvuetify>=1.7.0
Expand Down