/Matplotlib-real-time-viz

Examples of real-time data visualization with Matplotlib's FuncAnimation

Primary LanguagePython

Matplotlib-real-time-viz

Examples of real-time data visualization with Matplotlib's FuncAnimation

Code from the article:

Scripts

CPU_v1.py - Draw two simple charts with CPU and memory information:
cpu_v1
CPU_final - Same as before, but with more details:
cpu
Map - Plots a map with data from an Excel file:
map
Clock - Plot a donut chart clock: clock