Skip to content

Commit

Permalink
MNT: Remove stamen for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Oct 9, 2023
1 parent fbec240 commit fa58110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plotting/plot_aaf_track.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
display = act.plotting.GeographicPlotDisplay(ds, figsize=(12, 10))

# Plot the ARM AAF flight track with respect to Pressure Altitude
display.geoplot('press_alt', lat_field='lat', lon_field='lon', stamen='terrain', tile=9)
display.geoplot('press_alt', lat_field='lat', lon_field='lon', stamen=None)

# Display the plot
plt.show()

0 comments on commit fa58110

Please sign in to comment.