Home > Community > General > Drawing lines on a diagram > Antwort auf: Drawing lines on a diagram

#12913
Bernhard KantzBernhard Kantz
Teilnehmer

Sorry being not familiar with FlexPro 6. Such a staircase line can be simulated with a signal with duplicated x and y components like


Dim x = { 0, 1, 1, 3, 3, 7, 7, 10 }
Dim y = { 0, 0, 4, 4, 3, 3, 5, 5 }
Signal(y, x)

The x and y datasets can of course be derived from the given curve via event isolation functions.

One last remark: After such a long time, we don’t support FlexPro 6 any more.