Skip to content

Instantly share code, notes, and snippets.

View prohde's full-sized avatar

Philipp D. Rohde prohde

  • TIB Leibniz Information Centre for Science and Technology
  • Hannover, Germany
View GitHub Profile
@prohde
prohde / radar-chart.py
Last active February 12, 2022 17:04
Radar Charts with Polygonal Grid Lines using Matplotlib
import matplotlib.path as mpath
import matplotlib.pyplot as plt
import numpy as np
from matplotlib.patches import Circle, RegularPolygon
from matplotlib.path import Path
from matplotlib.projections import register_projection
from matplotlib.projections.polar import PolarAxes
from matplotlib.spines import Spine
from matplotlib.transforms import Affine2D