Skip to content

40 plotly gui

image image image

Uncomment the following line to install leafmap if needed.

1
# !pip install leafmap
1
import leafmap.plotlymap as leafmap

Note: For best experience, please use Jupyter notebook. The toolbar GUI is not working very well with JupyterLab at the moment.

1
m = leafmap.Map()
1
m.add_basemap("Esri.WorldTopoMap")
1
m.add_heatmap_demo()
1
m.add_scatter_plot_demo()
1
m.show()