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
Note that these plots should look very different. The extensions .txt need to be removed for the files.
Changing to central_longitude=10.0 in the code example swaps this behavior: the first example now looks fine and the second one looks weird. This also seem to depend on the number of levels.
Using pcolormesh creates nicely looking plots in all cases.
schlunma
changed the title
Contourf plot with Robinson projection produces wrongresults dependent on central_longitude
Contourf plot with Robinson projection produces wrong results dependent on central_longitudeOct 22, 2024
Description
Using
contourf
produces wrong plots with the Robinson projection depending on the setting ofcentral_longitude
.Code to reproduce
With this dataset, this produces the wrong
With this dataset, this produces the correct
Note that these plots should look very different. The extensions
.txt
need to be removed for the files.Changing to
central_longitude=10.0
in the code example swaps this behavior: the first example now looks fine and the second one looks weird. This also seem to depend on the number of levels.Using
pcolormesh
creates nicely looking plots in all cases.Full environment definition
Operating system
Cartopy version
0.23.0
conda list
env.txt
pip list
pip.txt
The text was updated successfully, but these errors were encountered: