Change Abscissa.t to Pos

Hi,

I am trying to change the x axis of abscissa.t in the chart to Pos. Pos represents an angle as this will be more informative when I export the graph. However I have not had any success so far. Anyone have any pointers on how to do so?

Ideally I would like to plot several muscles max activity on one plot with the Pos on the x axis. I have been able to plot several muscles on one plot by editing the (*) into the Value.

Thank you.

Kind regards,
Tim

Hi Tim,
It is definitely doable to change the x axis to Pos. However, Pos is a vector and you have to add [0] to the end of it to specify the value.
E.g: Main.Studies.InverseDynamicStudy.Output._Main.HumanModel.BodyModel.Interface.Right.KneeFlexion.Pos[0]

You are correct that you can use the * as a wildcard.

Best regards
Kristoffer

Thank you Kristoffer

Kind regards,
Tim

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.