merhydin Posted July 9, 2015 Report Share Posted July 9, 2015 Hello everyone! I am trying to write a program which would allow to show on x axis (time) chart values from for example: -200 s to 0. I would like each new data (1D array double) to have position 0 and earlier data to be shown as something what happened in the past. Unfortunately I did not have any idea how to do it. I will be very grateful for each hint. Quote Link to comment
infinitenothing Posted July 10, 2015 Report Share Posted July 10, 2015 Maybe you can accumulate the X and Y values in a shift register and use an XY graph Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.