Notebook name: geom_point.ipynb

Plotting points

geom_point() allows to show markers with different on a scatter plot

1. Default presentation.

Only required params are data and aesthetics x and y. Default presentation:

2. Options

2.1. Shape.

3. Usage with GeoDataFrame

Can be used to draw markers using GeoDataFrame. Utilizes only POINT and MULTI_POINT, ignores other.