-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: Refactor plot_alignment #9714
MRG: Refactor plot_alignment #9714
Conversation
If possible could you also fix #9715 / #9585 (comment) ? |
I updated the branch with |
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.
so far so good !
@GuillaumeFavelier tell me when it's good enough from your end.
It's now ready on my end @agramfort, what do you think? |
Also @alexrockhill feel free to look if you have time |
Didn't run it but looks like great fixes, thanks and sorry I didn't have the time to do the bug I made |
* start with _plot_head_surface * refactor * add _plot_axes * update * fix * touch example * fix * update * return actor * add _plot_forward * add _plot_mri_fiducials * return actors
This PR refactors
plot_alignment()
following #9689 (comment). It fixes #9542. It fixes #9715.It's still work in progress.
ToDO
The functions should all receive an instance of
_Renderer
as first parameter and return a list ofvtkActor
s as first output.