Title: Scatter plot with non-sequence ´c´ color should give a better Error message. · Issue #10365 · matplotlib/matplotlib · GitHub
Open Graph Title: Scatter plot with non-sequence ´c´ color should give a better Error message. · Issue #10365 · matplotlib/matplotlib
X Title: Scatter plot with non-sequence ´c´ color should give a better Error message. · Issue #10365 · matplotlib/matplotlib
Description: Bug report Bug summary Using a scatter plot with a single point at. But using a single number for the "c" keyword gave an slightly unhelpful error about a TypeError from mcolors.to_rgba_array. A cmap is used to map the number given but t...
Open Graph Description: Bug report Bug summary Using a scatter plot with a single point at. But using a single number for the "c" keyword gave an slightly unhelpful error about a TypeError from mcolors.to_rgba_array. A cm...
X Description: Bug report Bug summary Using a scatter plot with a single point at. But using a single number for the "c" keyword gave an slightly unhelpful error about a TypeError from mcolors.to_rgba_a...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/10365
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Scatter plot with non-sequence ´c´ color should give a better Error message.","articleBody":"### Bug report\r\n\r\n**Bug summary**\r\n\r\nUsing a scatter plot with a single point at. But using a single number for the \"c\" keyword gave an slightly unhelpful error about a `TypeError` from `mcolors.to_rgba_array`. A `cmap` is used to map the number given but this is omitted here as the Error is still reproduced.\r\n\r\n\r\n**Code for reproduction**\r\n\r\n```python\r\nimport maptlotlib.pyplot as plt\r\nplt.scatter([0], [1], c=0.5)\r\n\r\n```\r\n\r\n**Actual outcome**\r\n\r\n```\r\n---------------------------------------------------------------------------\r\nTypeError Traceback (most recent call last)\r\n\u003cipython-input-16-a8c544fd7de9\u003e in \u003cmodule\u003e()\r\n----\u003e 1 plt.scatter([0], [1], c=0.5)\r\n\r\n~/anaconda3/lib/python3.6/site-packages/matplotlib/pyplot.py in scatter(x, y, s, c, marker, cmap, norm, vmin, vmax, alpha, linewidths, verts, edgecolors, hold, data, **kwargs)\r\n 3376 vmin=vmin, vmax=vmax, alpha=alpha,\r\n 3377 linewidths=linewidths, verts=verts,\r\n-\u003e 3378 edgecolors=edgecolors, data=data, **kwargs)\r\n 3379 finally:\r\n 3380 ax._hold = washold\r\n\r\n~/anaconda3/lib/python3.6/site-packages/matplotlib/__init__.py in inner(ax, *args, **kwargs)\r\n 1715 warnings.warn(msg % (label_namer, func.__name__),\r\n 1716 RuntimeWarning, stacklevel=2)\r\n-\u003e 1717 return func(ax, *args, **kwargs)\r\n 1718 pre_doc = inner.__doc__\r\n 1719 if pre_doc is None:\r\n\r\n~/anaconda3/lib/python3.6/site-packages/matplotlib/axes/_axes.py in scatter(self, x, y, s, c, marker, cmap, norm, vmin, vmax, alpha, linewidths, verts, edgecolors, **kwargs)\r\n 3981 try:\r\n 3982 # must be acceptable as PathCollection facecolors\r\n-\u003e 3983 colors = mcolors.to_rgba_array(c)\r\n 3984 except ValueError:\r\n 3985 # c not acceptable as PathCollection facecolor\r\n\r\n~/anaconda3/lib/python3.6/site-packages/matplotlib/colors.py in to_rgba_array(c, alpha)\r\n 229 pass\r\n 230 # Convert one at a time.\r\n--\u003e 231 result = np.empty((len(c), 4), float)\r\n 232 for i, cc in enumerate(c):\r\n 233 result[i] = to_rgba(cc, alpha)\r\n\r\nTypeError: object of type 'int' has no len()\r\n\r\n```\r\n\r\n**Expected outcome**\r\n\r\nHave a useful message from an `except TypeError:` from the failing `colors = mcolors.to_rgba_array(c)` call in line 3983 much like the `ValueError` except, would probably do it.\r\n\r\nHelpfully indicating that `c` must be the correct type (color, sequence, or sequence of color).\r\n\r\n_Note:_\r\nWith x, y, and c all as single numbers the scatter plot call runs without any errors raised, \r\ne.g. `plt.scatter(0, 1, c=0.5)`\r\n","author":{"url":"https://github.com/jason-neal","@type":"Person","name":"jason-neal"},"datePublished":"2018-02-01T23:51:23.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":10},"url":"https://github.com/10365/matplotlib/issues/10365"}
| 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:04c57b52-dde5-fdc2-63a9-a585a792080f |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | BFAA:F3940:66EF6:93E0A:6A55CFD9 |
| html-safe-nonce | f25088411d6d5074790ff1d2855e1766ae5485440f9674c58a929d449a6dd923 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRkFBOkYzOTQwOjY2RUY2OjkzRTBBOjZBNTVDRkQ5IiwidmlzaXRvcl9pZCI6IjE3NTI4NTM2OTY2MjExNzA2NDkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 096fce07bccb614093b768220146f004ddbdd7bdf1b7ed5b1fa2b1c5e205a282 |
| hovercard-subject-tag | issue:293725775 |
| 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/10365/issue_layout |
| twitter:image | https://opengraph.githubassets.com/c7302cd4a30d11e630bebf8460fe54856fbb3e89395cedbaaadeff0abbf4a727/matplotlib/matplotlib/issues/10365 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/c7302cd4a30d11e630bebf8460fe54856fbb3e89395cedbaaadeff0abbf4a727/matplotlib/matplotlib/issues/10365 |
| og:image:alt | Bug report Bug summary Using a scatter plot with a single point at. But using a single number for the "c" keyword gave an slightly unhelpful error about a TypeError from mcolors.to_rgba_array. A cm... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | jason-neal |
| hostname | github.com |
| expected-hostname | github.com |
| None | b5665c84831ed9ac4fb79519c16c9c5580ba8092fb8bb6e3e72972ec7197348e |
| 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 | 8f8e1726192df8dce16872ceb503336c12e9ae78 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width