You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2D plots take quite some time to make.
The current strategy is to pcolormesh each patch from coarsest level to finest.
This could be optimized by doing the pcolormesh only of finest regions available, i.e. not doing pcolormesh for regions that will later be completely overlapped by another.
The text was updated successfully, but these errors were encountered:
2D plots take quite some time to make.
The current strategy is to pcolormesh each patch from coarsest level to finest.
This could be optimized by doing the pcolormesh only of finest regions available, i.e. not doing pcolormesh for regions that will later be completely overlapped by another.
The text was updated successfully, but these errors were encountered: