issues: 787732195
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 787732195 | MDExOlB1bGxSZXF1ZXN0NTU2MzY2NTcx | 4820 | Add dataset line plot | 14371165 | open | 0 | 10 | 2021-01-17T15:40:39Z | 2022-06-09T14:50:17Z | MEMBER | 1 | pydata/xarray/pulls/4820 |
TODO:
* markersize/linewidth should work, easy if linewidth is only defined. But the hue/linewidth combo is trickier.
* Possible, see post further down for details. Should be done in dataarray version in a future PR.
* hue only works with coordinates. Should it work with variables? How to do that? groupby?
* Leave it for coordinates only for now.
* Should lines always be sorted to avoid weird lines?
* Handled in dataarray version
* linewidth not shown anywhere
* line plots doesn't have the nice Adds It was a mess getting the colorbar to work because scatter returns a mappable that colorbar can handle but plot returns a list of line2ds that it can't handle. You also can't add cmaps directly to ax.plot, so to avoid for loops I changed the default color settings instead. Feel free to break it. Example:
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/4820/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
13221727 | pull |
