We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8243d41 commit dec4edbCopy full SHA for dec4edb
docs/src/further_topics/ugrid/operations.rst
@@ -529,7 +529,7 @@ some truly spectacular visualisations of high-res data please see the
529
530
# Create the GeoVista plotter and add our mesh+data to it.
531
my_plotter = GeoPlotter(off_screen=True)
532
- my_plotter.add_coastlines()
+ my_plotter.add_coastlines(resolution="110m")
533
my_plotter.add_mesh(face_polydata)
534
my_plotter.camera.zoom(1.5)
535
0 commit comments