It may be useful to have stippling available for anomaly maps to show how many models agree with the direction of change.
This link might be helpful for contour hatching contourf_hatching
The required code might look like this:
ax1.contourf(x, y, z, hatches=['..',], cmap='gray', alpha=0.5)
It probably only needs to work on a True/False mask.
It may be useful to have stippling available for anomaly maps to show how many models agree with the direction of change.
This link might be helpful for contour hatching contourf_hatching
The required code might look like this:
It probably only needs to work on a True/False mask.