Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
MRG: Prototype of notebook viz (ipyvtk) #8503
MRG: Prototype of notebook viz (ipyvtk) #8503
Changes from 6 commits
50789de
cfd0678
d7d2c5b
4d9b63a
dcaff44
ec0d265
9a22fb5
c254d79
a3fb818
909909c
f317572
08fdd85
040bc3d
4cac2a0
a789b46
fd3183b
fd5c6d2
ea8396e
24852c4
9a3d0fc
137b7b1
403176f
3c31605
a23e3c6
1cc4757
b16738c
195c91b
ed680d3
57b505f
4059082
af7f988
b4b49f0
a5e44e7
0dcc7f6
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you set the
figsize
anddpi
and such it will even be the right size! Not 100% sure how you get it to show up below the brain plot, probably has to do with when each is instantiated which seems like it could be a pain to manageThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know where to get correct values for
dpi
. We were using Qt for that beforeThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would try just setting it to 100. I don't know if it will matter. If it does we can figure out the right thing to do. One reason you need it is because there
figsize
is in inches, so you need to know the DPI to get from the pixel width to thefigsize
.