These are issues by the City of Cape Town which might cause service disruptions to multiple residents
These are behind a CDN, so have at them! Poll, ping, hit them as often as you need to!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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) |