79303563

Date: 2024-12-23 15:46:48
Score: 2.5
Natty:
Report link

I believe I have the same issue, and found the builtin plotting functionality of xarray helpful. This worked for me:

p = c.plot.pcolormesh(
    x='x',
    y='y',
    col='layer',
    col_wrap=6,
)

for ax in p.axes.flat:
    projectgebied.plot(ax=ax, facecolor='none', edgecolor='black')
Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Whitelisted phrase (-1): This worked for me
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: Joris