GPlates / gplately

GPlately is a Python package to interrogate tectonic plate reconstructions.
https://gplates.github.io/gplately/
GNU General Public License v2.0
55 stars 11 forks source link

What are the thin grey lines on the continents? #194

Closed axelwang closed 2 weeks ago

axelwang commented 2 weeks ago

Hey. I am new to this package. I am noticing that, for example, in Notebook 1, "getting started", the continents (e.g. west US, central Asia etc) all have lots of thin grey lines on them, while in Muller's 2019 publication all continents do not have such features. What are these thin grey lines and how can I make them go away? Thanks!

michaelchin commented 2 weeks ago

The lines are the edges of polygons. You may set the colour of edges the same as the facecolor to make them disappear.

Screenshot 2024-06-17 at 4 45 01 PM
michaelchin commented 2 weeks ago

Is this what you need?

Screenshot 2024-06-17 at 5 41 20 PM
axelwang commented 2 weeks ago

Exactly! Thank you!