forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Idahj anchored directionarrows #3
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
Merged
idahj
merged 3,186 commits into
idahj:NEW_AnchoredDirectionArrows
from
magnunor:idahj_anchored_directionarrows
Apr 29, 2018
Merged
Idahj anchored directionarrows #3
idahj
merged 3,186 commits into
idahj:NEW_AnchoredDirectionArrows
from
magnunor:idahj_anchored_directionarrows
Apr 29, 2018
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…pr-10930 Backport PR matplotlib#10930 on branch v2.2.2-doc
Some more removals of deprecated APIs.
Replace "matplotlibrc" by "rcParams" in the docs where applicable.
FIX: ioerror font cache, second try
…arkers FIX: Postscript allow empty markers
Declare global variables that are created elsewhere
…ao/matplotlib into CinnyCao-becky-fix-matplotlib#7908 Fix the merge conflict
…pr-10935 Backport PR matplotlib#10935 on branch v2.2.x
fix plt.show doesn't warn if a non-GUI backend
A more permanent fix to the undefined name issue.
Fix two undefined names
…-scale Fix scaling of RadioButtons
…te-pie-textprops Allow pie textprops to take alignment and rotation arguments
... to use the standard Python C-API rather than the tk API. We do not need to support colormodes other than 2 (i.e. RGBA) (previously there was 0 = grayscale, 1 = RGB) so it was simpler to just deprecate the previous function and move everything to a new private one (matplotlib.backends._backend_tk.blit).
Make active param in CheckBottons optional, default false
…rubberband fix wx rubberband: correctly ensure x0<=x1
Pin sphinx to 1.7.2 to unbreak the doc build.
Pin sphinx to 1.7.2 to unbreak the doc build.
Pin sphinx!=1.7.3 on 2.2.2-doc
Pin sphinx!=1.7.3 on v2.2.x
…-backport-of-pr-11083 Revert "Backport PR matplotlib#11083 on branch v2.2.2-doc"
py3fy art3d.
Remove support for bar(left=...) (as opposed to bar(x=...)).
Actually ignore invalid log-axis limit setting
…-10105 Fixed not being able to set vertical/horizontal alignments in polar graphs
…rizontal alignments in polar graphs
Change manual kwargs popping to kwonly arguments.
…pr-10792 Backport PR matplotlib#10792 on branch v2.2.x
Batch ghostscript converter.
FIX: prevent the canvas from jump sizes due to DPI changes
No files were delete, instead, a clarifying comment was added to indicate why there are nearly duplicate files sitting around. [ci skip] [skip ci]
…labelvisibility-on-shared-axes Document change of label visibility on shared axes
implementation of the copy canvas tool
…ow-dependency pillow-dependency update
Improve docstring of contour
…-gallery DOC: Fixup to AnchoredArtist examples in the gallery
…itle FIX: Only use latin-1 encodable letters in ps title
…tlib into idahj_anchored_directionarrows
idahj
added a commit
that referenced
this pull request
May 1, 2018
commit a05a486 Merge: 6ec4f8f e751286 Author: Ida Hjorth <idahjorth@gmail.com> Date: Sun Apr 29 19:07:32 2018 +0200 Merge pull request #3 from magnunor/idahj_anchored_directionarrows Idahj anchored directionarrows commit e751286 Merge: 3ba79fb 6ec4f8f Author: Magnus Nord <magnunor@gmail.com> Date: Sun Apr 29 09:00:34 2018 +0200 Merge branch 'NEW_AnchoredDirectionArrows' of github.com:idahj/matplotlib into idahj_anchored_directionarrows commit 6ec4f8f Author: Ida <idahjorth@gmail.com> Date: Fri Aug 25 13:14:26 2017 +0100 AnchoredDirectionArrows: Docstring, what's new commit 19f4a38 Author: Ida <idahjorth@gmail.com> Date: Thu Aug 24 14:27:23 2017 +0100 AnchoredDirectionArrows: Demo docstring commit d024684 Author: Ida <idahjorth@gmail.com> Date: Thu Aug 24 14:09:52 2017 +0100 AnchoredDirectionArrows: Fix error commit 27b6bc5 Author: Ida <idahjorth@gmail.com> Date: Thu Aug 24 13:58:58 2017 +0100 AnchoredDirectionArrows: make variable not private commit c0762d2 Author: Ida <idahjorth@gmail.com> Date: Thu Aug 24 13:02:38 2017 +0100 AnchoredDirectionArrows: Add docstring in demo commit 88d04d0 Author: Ida <idahjorth@gmail.com> Date: Wed Aug 23 14:19:06 2017 +0100 AnchoredDirectionArrows: docstring, what's new commit efcca59 Author: Magnus Nord <Magnus.Nord@glasgow.ac.uk> Date: Wed Aug 23 13:31:32 2017 +0100 AnchoredDirectionArrows: add test which uses many of the arguments commit e200c44 Author: Magnus Nord <Magnus.Nord@glasgow.ac.uk> Date: Wed Aug 23 12:06:05 2017 +0100 AnchoredDirectionArrows: minor docstring changes commit b6b0ea2 Author: Ida <idahjorth@gmail.com> Date: Tue Aug 22 13:28:56 2017 +0100 AnchoredDirectionArrows: PEP8 commit 5fde65a Author: Ida <idahjorth@gmail.com> Date: Tue Aug 22 13:23:25 2017 +0100 AnchoredDirectionArrows: Add demo commit 23f7d5b Author: Ida <idahjorth@gmail.com> Date: Tue Aug 22 11:16:41 2017 +0100 AnchoredDirectionArrows: Add working unit test commit 459ae07 Author: Ida <idahjorth@gmail.com> Date: Tue Aug 22 10:37:44 2017 +0100 AnchoredDirectionArrow: first attempt unit test Currently not working commit f4ec0e2 Author: Ida <idahjorth@gmail.com> Date: Wed Aug 16 19:31:05 2017 +0100 Cleanup, bug fix, begin merge overlapping arrows commit 75e52b0 Author: Magnus Nord <magnunor@gmail.com> Date: Mon Aug 14 23:05:30 2017 +0100 AnchoredDirectionArrows: PEP8 fixes, and improve docstring commit 4fff775 Author: Ida <idahjorth@gmail.com> Date: Mon Aug 14 22:04:22 2017 +0100 Add AnchoredDirectionArrows class in axes_grid1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.