issues: 336999871
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
336999871 | MDExOlB1bGxSZXF1ZXN0MTk4MzE4MTQ5 | 2258 | BUG: unnamed args in faceted line plots | 6164157 | closed | 0 | 1 | 2018-06-29T13:30:54Z | 2018-06-29T14:00:47Z | 2018-06-29T13:59:12Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/2258 |
Fixed a syntax inconsistency, allowing to pass unnamed arguments to faceted line plots. ```python Example code: import xarray as xr import numpy as np np.random.seed(0) da = xr.DataArray(np.random.randn(3, 3, 3, 3), dims=['x', 'y', 'z', 'w'], coords=[range(3), [3.5, 4.9, 6.7], ['a','b','c'], ['foo', 'bar', 'foobar']], name='arr_name') da.plot.line('o--',row='y', col='w',hue='z') ``` |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2258/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | pull |