---
jupytext:
  formats: md:myst
  text_representation:
    extension: .md
    format_name: myst
kernelspec:
  name: python3
  display_name: Python 3
---

```{include} ../../_includes/license_block.md
```
# Plotting with wradlib


This section provides a collection of example code snippets to make users familiar with $\omega radlib$'s plotting capabilities.

## Examples List
```{toctree}
:hidden:
:maxdepth: 2
Plot PPI <plot_ppi>
Plot RHI <plot_rhi>
Plot Curvelinear Grids  <plot_curvelinear_grids>
Plot geodata <gis_overlay>
Plot geodata with cartopy <gis_overlay_cartopy>
Plot radar scan strategy <plot_scan_strategy>
```
