Skip to content

Commit

Permalink
use default antialiasing (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Sep 16, 2023
1 parent e6c75a1 commit fe39420
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/geovista/examples/vectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ def main() -> None:

# plot mesh
plotter = gv.GeoPlotter()
plotter.enable_anti_aliasing("ssaa")
plotter.add_base_layer(lighting=False)
plotter.add_coastlines(color="black", lighting=False)
plotter.add_mesh(sphere.arrows, lighting=False)
plotter.add_base_layer(texture=gv.natural_earth_1(), zlevel=0, lighting=False)
plotter.add_mesh(sphere.arrows, lighting=None)
plotter.camera.zoom(1.5)
plotter.add_axes()
plotter.show()
Expand Down

0 comments on commit fe39420

Please sign in to comment.