issues: 337015273
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
337015273 | MDExOlB1bGxSZXF1ZXN0MTk4MzMwMTUx | 2259 | BUG: unnamed args in faceted line plots | 6164157 | closed | 0 | 1 | 2018-06-29T14:14:02Z | 2019-02-05T15:52:42Z | 2018-07-04T17:06:55Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/2259 |
Fixed a syntax inconsistency, allowing to pass unnamed arguments to faceted line plots. Example code: ```python 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/2259/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | pull |