0

I have temperatures that are being read by a thermocouple. Readings are taken every second for 60 seconds. Is there a way to get every iteration to plot as the values are being taken?

I.e, can I get a plot that will plot every temperature every second as it is being read?

2
  • Use any plotting library like matplotlib.. Commented Jul 14, 2016 at 0:22
  • Other candidate: Realtime plotting in Python Commented Jul 14, 2016 at 0:27

1 Answer 1

-1

One solution would involve Matplotlib and its animation function. You can find a simple tutorial with demo here.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.