issues: 335123398
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
335123398 | MDU6SXNzdWUzMzUxMjMzOTg= | 2248 | unnamed args in faceted line plots | 6164157 | closed | 0 | 0 | 2018-06-23T19:02:17Z | 2018-07-04T17:06:55Z | 2018-07-04T17:06:54Z | CONTRIBUTOR | Code Sample, a copy-pastable example if possibleUnnamed arguments that are passed to line plots are directly passed to d3 = xr.DataArray(np.random.randn(10, 6, 3), dims=['x', 'y', 'z'], coords=[range(10), range(6), ['foo', 'bar', 'foobar']]) d2 = d3[..., 0].squeeze(drop=True) This will make triangle markers and dashed lines:d2.plot.line('^--',x='x')
However, current implementation does not allow for passing of unnamed arguments:
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2248/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |