Skip to content

Conversation

magnunor
Copy link

No description provided.

jklymak and others added 30 commits March 31, 2018 21:01
Some more removals of deprecated APIs.
Replace "matplotlibrc" by "rcParams" in the docs where applicable.
…arkers

FIX: Postscript allow empty markers
Declare global variables that are created elsewhere
fix plt.show doesn't warn if a non-GUI backend
A more permanent fix to the undefined name issue.
…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
Move title up if x-axis is on the top of the figure.

Merging as it received 2 approvals, and the small patch that I pushed was also reviewed by @efiring (and actually modified on one of his remarks).

Thanks @jklymak :).
…rubberband

fix wx rubberband: correctly ensure x0<=x1
jenshnielsen and others added 28 commits April 23, 2018 13:31
Pin sphinx to 1.7.2 to unbreak the doc build.
Pin sphinx to 1.7.2 to unbreak the doc build.
…-backport-of-pr-11083

Revert "Backport PR matplotlib#11083 on branch v2.2.2-doc"
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
Change manual kwargs popping to kwonly arguments.
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
…-gallery

DOC: Fixup to AnchoredArtist examples in the gallery
…itle

FIX: Only use latin-1 encodable letters in ps title
@idahj idahj merged commit a05a486 into idahj:NEW_AnchoredDirectionArrows Apr 29, 2018
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.