jamontanac / Matplotlib-real-time-viz

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%