-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
axes selection in axes editor #5468
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
Milestone
Comments
Cc: @mfitzp |
👍 |
While working on this I realized that the selection dialog ( |
anntzer
added a commit
to anntzer/matplotlib
that referenced
this issue
Dec 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 matplotlib#5468.
anntzer
added a commit
to anntzer/matplotlib
that referenced
this issue
Dec 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 matplotlib#5468.
Closed by #5667. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, when there are multiple axes, the curves line and axes editor (aka the green tick button) first pops a window to select the axes, with entries such as
I would suggest switching this to something more user-friendly such as
possibly keeping the class name and object id as tooltips.
Thoughts?
The text was updated successfully, but these errors were encountered: