#!/usr/bin/env python # coding: utf-8 # *Notebook name: geom_point.ipynb* # # Plotting points # geom_point() allows to show markers with different on a scatter plot # ### Table of contents: # 1. [Default presentation](#1.-Default-presentation.) # 2. [Options](#2.-Options) # 2.1 [Shape](#2.1.-Shape.) # 3. [Usage with GeoDataFrame](#3.-Usage-with-GeoDataFrame) # #### 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.