issues: 1858791026
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1858791026 | I_kwDOAMm_X85uyuZy | 8093 | additional option for ```dataset.plot.quiver``` : provide control over the arrows density through the native ```xarray``` quiver API | 8382834 | closed | 0 | 8 | 2023-08-21T07:39:48Z | 2023-08-22T13:12:19Z | 2023-08-22T13:12:19Z | CONTRIBUTOR | Is your feature request related to a problem?When plotting a dataset using Describe the solution you'd likeI would like to have some options to control the density of my quiver plot arrows directly from the xarray quiver function api. Something like (but open to better suggestions), Describe alternatives you've consideredAfter looking into this in a bit of details, if I did not miss anything, it looks like the only option is to directly quiver plot with matplotlib, slicing / skipping by hand the input data: see for example https://stackoverflow.com/questions/33576572/python-quiver-options and similar options. This defeats the point of being able to call I also tried to check if it was possible to directly downsample the xarray dataset and then plot it, by calling a few
but that results in an error:
Additional contextNo response |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8093/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |