I'm trying to export plates plots with python. Someone knows how to scale plates forces graph?
Thank you
Dear Marco,
I assume you mean this plot as this is what is scaled:
In Python that would be:
g_o.Plots[-1].ScaleFactor = 0.1
Notice the path I followed: I checked first the echo Plots[-1] to see the properties and I spotted the ScaleFactor. You can also find this in the Help>Command reference>Output objects>Plot