pull_requests: 198318149
This data as json
id | node_id | number | state | locked | title | user | body | created_at | updated_at | closed_at | merged_at | merge_commit_sha | assignee | milestone | draft | head | base | author_association | auto_merge | repo | url | merged_by |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
198318149 | MDExOlB1bGxSZXF1ZXN0MTk4MzE4MTQ5 | 2258 | closed | 0 | BUG: unnamed args in faceted line plots | 6164157 | - [x] Closes #2248 (remove if there is no corresponding issue, which should only be the case for minor changes) - [x] Tests added (for all bug fixes or enhancements) - [x] Tests passed (for all non-documentation changes) 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') ```  | 2018-06-29T13:30:54Z | 2018-06-29T14:00:47Z | 2018-06-29T13:59:12Z | 59ae8e48776efd3ca7d42b398d70b8fff99ce9be | 0 | cac5034b31283cc3be577cb6b530dec401203000 | 04a78d50a928f4af2efc4e1d19370c76d822dbb6 | CONTRIBUTOR | 13221727 | https://github.com/pydata/xarray/pull/2258 |
Links from other tables
- 0 rows from pull_requests_id in labels_pull_requests