pull_requests: 198330151
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
198330151 | MDExOlB1bGxSZXF1ZXN0MTk4MzMwMTUx | 2259 | 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. 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') ```  | 2018-06-29T14:14:02Z | 2019-02-05T15:52:42Z | 2018-07-04T17:06:55Z | 2018-07-04T17:06:54Z | 63cc96484270dee83e92391e49ad76b8ef3b40b3 | 0 | 3b1d1477c18b7751c338aa3747624ccebc6fc64e | 04a78d50a928f4af2efc4e1d19370c76d822dbb6 | CONTRIBUTOR | 13221727 | https://github.com/pydata/xarray/pull/2259 |
Links from other tables
- 0 rows from pull_requests_id in labels_pull_requests