Title: OrderedDict legends no longer work 2.1 · Issue #10262 · matplotlib/matplotlib · GitHub
Open Graph Title: OrderedDict legends no longer work 2.1 · Issue #10262 · matplotlib/matplotlib
X Title: OrderedDict legends no longer work 2.1 · Issue #10262 · matplotlib/matplotlib
Description: Bug report Legend handles and labels retrieval break as of 2.1.1. Trying to call ax.get_legend_handles_labels() results in a comparison ValueError being thrown. git bisect led to 4f594f4 being the start of the issue. Code for reproductio...
Open Graph Description: Bug report Legend handles and labels retrieval break as of 2.1.1. Trying to call ax.get_legend_handles_labels() results in a comparison ValueError being thrown. git bisect led to 4f594f4 being the ...
X Description: Bug report Legend handles and labels retrieval break as of 2.1.1. Trying to call ax.get_legend_handles_labels() results in a comparison ValueError being thrown. git bisect led to 4f594f4 being the ...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/10262
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"OrderedDict legends no longer work 2.1","articleBody":"\u003c!--To help us understand and resolve your issue, please fill out the form to the best of your ability.--\u003e\r\n\u003c!--You can feel free to delete the sections that do not apply.--\u003e\r\n### Bug report\r\n\r\nLegend handles and labels retrieval break as of `2.1.1`. Trying to call `ax.get_legend_handles_labels()` results in a comparison `ValueError` being thrown. `git bisect` led to https://github.com/matplotlib/matplotlib/commit/4f594f4d735ac1540d043b4843f9247111c5a6b6 being the start of the issue.\r\n\r\n**Code for reproduction**\r\n\r\n```python\r\n%matplotlib inline\r\nimport collections\r\nimport matplotlib.pyplot as plt\r\nimport numpy as np\r\n\r\nX = np.random.randn(10)\r\nY = np.random.randn(10)\r\nlabels = ['a'] * 5 + ['b'] * 5\r\ncolors = ['r'] * 5 + ['g'] * 5\r\n\r\nfig, ax = plt.subplots()\r\nfor x, y, label, color in zip(X, Y, labels, colors):\r\n ax.scatter(x, y, label=label, c=color)\r\n\r\nhandles, labels = ax.get_legend_handles_labels()\r\n```\r\n\r\n**Actual outcome**\r\n\r\n\u003c!--The output produced by the above code, which may be a screenshot, console output, etc.--\u003e\r\n\r\n```python\r\n...in _in_handles(h, l)\r\n 1342 pass\r\n 1343 try:\r\n-\u003e 1344 if f_h.get_facecolor() != h.get_facecolor():\r\n 1345 continue\r\n 1346 except AttributeError:\r\n\r\nValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()\r\n```\r\n\r\n**Expected outcome**\r\n\r\n\u003c!--A description of the expected outcome from the code snippet--\u003e\r\n\u003c!--If this used to work in an earlier version of Matplotlib, please note the version it used to work on--\u003e\r\nProduce a scatter plot, as expected. This worked in `2.1.0`.\r\n\r\n**Matplotlib version**\r\n\u003c!--Please specify your platform and versions of the relevant libraries you are using:--\u003e\r\n * Operating system: Ubuntu 16.04 and macOS 10.13\r\n * Matplotlib version: 2.1.1\r\n * Matplotlib backend (`print(matplotlib.get_backend())`): agg on both\r\n * Python version: 3.5.4\r\n * Jupyter version (if applicable): 4.4.0\r\n * Other libraries: \r\n\r\n\u003c!--Please tell us how you installed matplotlib and python e.g., from source, pip, conda--\u003e\r\n\u003c!--If you installed from conda, please specify which channel you used if not the default--\u003e\r\n\r\n","author":{"url":"https://github.com/jakereps","@type":"Person","name":"jakereps"},"datePublished":"2018-01-16T20:09:02.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":10},"url":"https://github.com/10262/matplotlib/issues/10262"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:ccd988e5-1685-f47b-432e-1600852e0ba0 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 97AE:273DA9:1427D7B:1AC69E3:6A51B918 |
| html-safe-nonce | 61cf0aabf36c958bdf1024bf0421a8abb310bc9e1d536898b9f0e0f01e3d459d |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5N0FFOjI3M0RBOToxNDI3RDdCOjFBQzY5RTM6NkE1MUI5MTgiLCJ2aXNpdG9yX2lkIjoiNjcyNDUwOTE3OTA1MzE5MzQ5NiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 22153c3e75f50c617c96a26f9868befff10f170fe26e9fea19050b75c282e919 |
| hovercard-subject-tag | issue:289039880 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/10262/issue_layout |
| twitter:image | https://opengraph.githubassets.com/5079f08d7648ded6adf3ba55e69cbdba8633c809a37fdcde7d1b48a7a0760d5a/matplotlib/matplotlib/issues/10262 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/5079f08d7648ded6adf3ba55e69cbdba8633c809a37fdcde7d1b48a7a0760d5a/matplotlib/matplotlib/issues/10262 |
| og:image:alt | Bug report Legend handles and labels retrieval break as of 2.1.1. Trying to call ax.get_legend_handles_labels() results in a comparison ValueError being thrown. git bisect led to 4f594f4 being the ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | jakereps |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git |
| octolytics-dimension-user_id | 215947 |
| octolytics-dimension-user_login | matplotlib |
| octolytics-dimension-repository_id | 1385122 |
| octolytics-dimension-repository_nwo | matplotlib/matplotlib |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1385122 |
| octolytics-dimension-repository_network_root_nwo | matplotlib/matplotlib |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7aed05249554b889eb33d002851a973eebcc7e91 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width