Skip to content

ENH: Add crosshair toggling to OrthoSlicer3D #701

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 25, 2018
Merged

Conversation

mko010
Copy link
Contributor

@mko010 mko010 commented Dec 11, 2018

Add a toggle for crosshairs with ctrl+x

Closes #689.

Add a toggle for crosshairs with ctrl+x
@coveralls
Copy link

coveralls commented Dec 11, 2018

Coverage Status

Coverage decreased (-0.02%) to 91.828% when pulling 099d975 on mko010:master into a960b92 on nipy:master.

Copy link
Member

@effigies effigies left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, sorry about the slow review. I think this is almost good to go, but on another look through, you can drop a branch.

for line in self._crosshairs[ii].values():
ax.draw_artist(line)
else:
pass
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for else: pass.

@mko010
Copy link
Contributor Author

mko010 commented Dec 21, 2018 via email

@codecov-io
Copy link

Codecov Report

Merging #701 into master will decrease coverage by 0.03%.
The diff coverage is 42.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #701      +/-   ##
==========================================
- Coverage   88.88%   88.85%   -0.04%     
==========================================
  Files          93       93              
  Lines       11449    11454       +5     
  Branches     1892     1894       +2     
==========================================
+ Hits        10176    10177       +1     
- Misses        933      936       +3     
- Partials      340      341       +1
Impacted Files Coverage Δ
nibabel/viewers.py 95.4% <42.85%> (-1.26%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a960b92...099d975. Read the comment docs.

@effigies effigies changed the title Add toggle crosshairs ENH: Add crosshair toggling to OrthoSlicer3D Dec 25, 2018
@effigies
Copy link
Member

Looks good. Thanks.

@effigies effigies merged commit a995710 into nipy:master Dec 25, 2018
@mko010
Copy link
Contributor Author

mko010 commented Dec 26, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants