Multifigure toolbar - #1
Conversation
fariza
commented
May 8, 2015
Why this PR is showing me 38 commits? when I only made one? |
OceanWolf
commented
May 11, 2015
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. |
fariza
commented
May 14, 2015
But, in general what do you think of this idea? |
OceanWolf
commented
May 15, 2015
Can you clear up your PR first (rebase) so that I can take a good look. |
fariza
commented
May 15, 2015
There is nothing to rebase, your PR (From your branch to MPL master) hasn't changed |
fariza
commented
May 15, 2015
I rebased again from the your PR on MPL. |
OceanWolf
commented
May 15, 2015
@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). |
fariza
commented
May 15, 2015
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 |
OceanWolf
commented
Jun 13, 2015
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? |
fariza
commented
Jun 21, 2015
I branched this from the PR on MPL, |
OceanWolf
commented
Jun 21, 2015
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. |
OceanWolf
commented
Jun 21, 2015
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 |
OceanWolf
commented
Jun 21, 2015
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. |
Create colormap_normalizations.py
620efb9 to
d842ee8Compared842ee8 to
f857f7bCompareOne too many assertions Closes#1
e7290fe to
64f0c61CompareDOC minor fixes on the documentation of errorbar
Getting rid of the
canvas propertyinsideFigureManagerand replacing it with afigureproperty with setter and getterAlso, allows to instantiate
FigureManagerwithout anyfigure.In window added a method to
replace_elementthis allows to reuse the sameFigureManagerobject with different figures.