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?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Zach Thomas
  • 147
  • 12

1 Answers1

-1

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

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
rafalmp
  • 3,988
  • 3
  • 28
  • 34