How to change the horizontal plotting limits (xlim, time interval, time range) - Data2Dynamics/d2d GitHub Wiki

How to change the horizontal plotting limits (xlim, time interval, time range)

If extrapolation for larger time points is intended, this can be done via

  • Changing tlim in the def files
  • Adding additional time points (without data) in the data file
  • By the following code (advantage: no recompilation required):

ar.model.data(index).tLim(2) = newMaxTimeValue

arLink

arPlot