Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Nicer axes names in selector for figure options. #5667
+6
−17
Conversation
tacaswell
added the
needs_review
label
Dec 13, 2015
tacaswell
and 1 other
commented on an outdated diff
Dec 13, 2015
tacaswell
added a commit
that referenced
this pull request
Dec 15, 2015
|
|
tacaswell |
ef9bbe2
|
tacaswell
merged commit ef9bbe2
into matplotlib:master
Dec 15, 2015
tacaswell
removed the
needs_review
label
Dec 15, 2015
|
|
anntzer
deleted the
anntzer:friendlier-axes-selector branch
Dec 15, 2015
QuLogic
added this to the
proposed next point release (2.1)
milestone
Dec 15, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
anntzer commentedDec 13, 2015
Replace the old label, which included the legthy repr of the axes
object, to a nicer label which emphasizes the title or axes labels
(depending on what is present). Also drops the use of the label of the
Axes object itself, for which I haven't found any other reference or use
in general. (Another option would be to use solely
Axes.get_label()when defined, as this doesn't seem to have any other use.)
See #5468.