0

Everything else works except when I try to plot this graph.

enter image description here

Jakub Czaplicki
  • 1,787
  • 2
  • 28
  • 50
user3008456
  • 35
  • 2
  • 6

2 Answers2

1

That is because the type of data expected by the Waveform Graph is not what you give it. You may want to use Waveform Chart. Have a look at Type of Graphs and Charts. A graph expects a data-set (or multiple data points) as an array or waveform, while a chart expects a data-point.

Jakub Czaplicki
  • 1,787
  • 2
  • 28
  • 50
1

You must connect array of numbers to Waveform Graph. Just add a shift register with empty array on initialization and build new array by adding a new value on any iteration.