airbornegeo.plotly_points#
- plotly_points(df, *, color_col=None, color='blue', hover_cols=None, size=4, edge_width=None, edge_color='black', cmap=None, cmap_middle=None, cmap_lims=None, robust=True, absolute=False, theme=None, title=None, fig=None)[source]#
Create a scatterplot of spatial data using columns ‘easting’ and ‘northing’.
If color_col is None, points are plotted with the constant color color. Pass an existing figure via fig to add the points on top of it.