Python Forum

Full Version: Show pressure data in a nice graphical way?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone,

I want to read some pressure data over a serial connection but then I need the data shown in a "nice graphical way" like a graph. I'm not very good in programming so an easy but good looking gui would be nice. Is there someone who can help me with this? Are there some pre-defined gui elements available that can do what I need?

Wishes,
Em
matplotlib will produce a(ny) graph, almost without effort.

Paul
This lib can show the changing data? I mean, the pressure read out will happen all the time and not only once in a while and therefore I need a visualisation for the changing data over time.