-
Notifications
You must be signed in to change notification settings - Fork 0
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
Multifigure toolbar #1
base: backend-refactor
Are you sure you want to change the base?
Conversation
Why this PR is showing me 38 commits? when I only made one? |
Hmm, not sure when you pulled from my branch, perhaps I had done a merge/rebase, in which case you need to update your local copy of my branch and then do a rebase. |
But, in general what do you think of this idea? |
Can you clear up your PR first (rebase) so that I can take a good look. |
There is nothing to rebase, your PR (From your branch to MPL master) hasn't changed |
9499c33
to
11cc44f
Compare
I rebased again from the your PR on MPL. |
@fariza that looks slightly better, it removes some of my commits from your PR, but still very odd. You have commits from master since my last rebase (no idea how they got in there), and I miss commits prior to my last rebase (no idea why I don't have them). |
If you check fariza@07d30a6 you'll see the main differences. I will make a clean PR if you agree with the way this one is going. In any case I'll change a couple of minor things. But before putting more time into it, I would like to have your opinion |
a334841
to
6637e60
Compare
I just had a brainwave as to what could have caused this... did you branch this from mine, or did you branch this say from master and then later rebased it from my branch? |
I branched this from the PR on MPL, |
Hmm, that might explain it... when I made PRs against MEP22 I branched from your repo rather than the PR... I will look up how to do it. |
Ahh yes, it comes back to me, I did it in the reverse order (cloning from you and then later from matplotlib), but basically you have to add a new remote to your local repo. From the command line I get:
If I had done it in the order you should do, then you would have upstream pointing to |
Ofc when you push, you push to origin and then make a PR on github, but for fetching it should come from a remote pointing to my fork. |
6d379bc
to
cc1362a
Compare
Create colormap_normalizations.py
27885ad
to
1b61b42
Compare
eb514d5
to
cc0d4cd
Compare
620efb9
to
d842ee8
Compare
d842ee8
to
f857f7b
Compare
f857f7b
to
b061b9a
Compare
One too many assertions Closes #1
e7290fe
to
64f0c61
Compare
DOC minor fixes on the documentation of errorbar
Getting rid of the
canvas property
insideFigureManager
and replacing it with afigure
property with setter and getterAlso, allows to instantiate
FigureManager
without anyfigure
.In window added a method to
replace_element
this allows to reuse the sameFigureManager
object with different figures.