So i kinda worked out a code to plot the force-disp graph, but it doesnt seem to be working quite right.
/solu
autots,on
nsubst,5,5,5
outres,all,all
solve
fini
/POST26
NSOL,3,45,U,Z
RFORCE,4,45,F,Z
/AXLAB,Y,FORCE
/AXLAB,X,DEFLECTION
XVAR,3
PLVAR,4
When...