Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 720 Bytes

plotting-readings-from-pi.md

File metadata and controls

15 lines (11 loc) · 720 Bytes

Plotting sensor data with matplotlib

How about producing some informative plots with your instant readings, such as

Matplotlib plot

You could run code such as plot_temperature_and_humidity.py on your Raspberry Pi. If you're connecting via ssh, however, make sure to connect with X-forwarding enabled, like so:

This might not work on Windows. The Raspberry Pi Foundation docs on ssh note that X11 is no longer present on Macs with OSX. So, to ensure that it works on Mac OS, you have to download and install xquartz.