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
Haha why do these keep happening 😄 Simon maybe you have to take a look at the override mechanism I am using for polygons in CairoMakie. This happens whenever some type does not hit the override methods and falls back to mesh drawing. Maybe the dispatch structure needs to be more generic so that I don't have to add every single possible type
When plotting a polygon using CairoMakie, some vertices/lines appear within the polygon.
I don't have the same problem with GLMakie and it also only seems to affect Shapefile-polygons (I tried GeometryBasics and had no problems).
To reproduce (see attached .zip for the shape, which is from the NaturalEarth dataset):
tanzania.zip
The text was updated successfully, but these errors were encountered: