-
Notifications
You must be signed in to change notification settings - Fork 0
Removing the GTK3 subplot tool and replacing it with generic one #2
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
Removing the GTK3 subplot tool and replacing it with generic one #2
Conversation
a334841 to
6637e60
Compare
|
I don't understand why more commits appear here, when first created the PR, there was only my commit. @OceanWolf did you have time to check this? |
|
Hmm, no I only just saw it that you had made this 2nd PR. I did a rebase last night of the main branch. Do you want to try rebasing from that? |
|
I think we should add this separately later as we also need to remove this from TkAgg, for now lets use it just to make sure we don't miss anything here. Why a ToggleTool? Before we had the functionality of the dialog raising to the top whenever the tool got activated, I can see loosing that functionality might annoy people. |
|
I wanted to include it here just so we don't have to port the Subplot Tool for all the backends that don't have MEP22 stuff. |
|
I understand that, but I would rather leave that for just after we get the main PR landed:
I think this way we: |
|
Now that it's decided that MEP27 and MEP22 will work together exclusively do we incorporate this from the begining? |
|
Yes, but as I say above I want to put it in TkAgg's MEP27 conversion PR, hopefully it will only take a few hours after GTK3 has landed to landed to get TkAgg to land as only a hundred odd lines of code and adds nothing controversial on top of the initial Besides, we can work on the other PRs and just ignore this tool until the |
6d379bc to
cc1362a
Compare
|
Silly me, I think we could have merged it anyway, but now even better with the improved MEP22 code in MEP27. One thing, I want to leave in |
|
If you have the time, go ahead. |
|
This one is done right? so I can remove this PR |
|
Yup, all done, I went for a cross between this one and my original PR from MEP22. |
FIX: respect alpha on alt face color
27885ad to
1b61b42
Compare
eb514d5 to
cc0d4cd
Compare
620efb9 to
d842ee8
Compare
d842ee8 to
f857f7b
Compare
Suggestions for matplotlib#7072
This is the implementation of the Configure Subplot Tool, to use the "Generic" Window capabilities