issues: 1785599886
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1785599886 | I_kwDOAMm_X85qbheO | 7957 | `FacetGrid` plot overlaying multiple variables from same dataset? | 12760310 | open | 0 | 1 | 2023-07-03T08:15:42Z | 2024-01-01T13:50:52Z | NONE | What is your issue?I'm trying to produce a facet plot which contains maps with different overlaid layers (e.g. a ```python p = dss['LH'].plot.pcolormesh( x='lon', y='lat', col="exp", ) for i, ax in enumerate(p.axes.flat): ax.coastlines() ax.streamplot( dss.isel(exp=i).lon.values, dss.isel(exp=i).lat.values, dss.isel(exp=i)['u_10m_gr'].values, dss.isel(exp=i)['v_10m_gr'].values, ) ``` This is far from optimal and doesn't really look clean to me. Also, I'm not entirely sure the order of All examples in the doc (https://docs.xarray.dev/en/stable/user-guide/plotting.html) refer to the However, on the doc it is mentioned
It is not clear to me whether the |
{
"url": "https://api.github.com/repos/pydata/xarray/issues/7957/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
13221727 | issue |