pull_requests: 198798874
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
198798874 | MDExOlB1bGxSZXF1ZXN0MTk4Nzk4ODc0 | 2264 | closed | 0 | WIP DataArray.plot() can now plot errorbars with kwargs xerr, yerr | 2448579 | - [x] Tests added (for all bug fixes or enhancements) - [x] Tests passed (for all non-documentation changes) - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API (remove if this change should not be visible to users, e.g., if it is an internal clean-up, or if this is part of a larger project that will be documented later) Added support for errorbar plotting. This works by providing the kwargs `xerr` and/or `yerr` to `plot()` or `plot.line()`. It will only work for 1D data. Errorbars for plots that use`hue` argument require that we loop and plot each line individually. I'm happy to add this is you think it's a good idea. Example from docs: `air.isel(time=10, lon=10).plot.line(y='lat', xerr=3, yerr=1.5, ecolor='r')`  | 2018-07-02T21:52:32Z | 2022-10-18T19:15:56Z | 2019-08-15T15:32:58Z | 17f59c2f279c309229c33039acff9c9395f9909e | 0 | 97accd0e7f6a542f7b243db91348d838ec995ced | bb87a9441d22b390e069d0fde58f297a054fd98a | MEMBER | 13221727 | https://github.com/pydata/xarray/pull/2264 |
Links from other tables
- 1 row from pull_requests_id in labels_pull_requests