Skip to content

Instantly share code, notes, and snippets.

View Gordonei's full-sized avatar

Gordon Inggs Gordonei

View GitHub Profile
@Gordonei
Gordonei / service-alerts.md
Last active February 12, 2024 17:08
Service Alert Links
@tockards
tockards / links.md
Last active October 18, 2023 10:07
PyConZA 2023
## How to Use:
from radar import radar_graph
labels = ['v1', 'v2', 'v3', 'v4', 'v5', 'v6', 'v7', 'v8', 'v9']
values = [1, 1, 2, 7, 4, 0, 3, 10, 6]
optimum = [5, 3, 2, 4, 5, 7, 5, 8, 5]
radar_graph(labels, values, optimum)