adtzlr / trusspy

Nonlinear Truss Solver for Python
http://trusspy.readthedocs.io/
GNU General Public License v3.0
53 stars 11 forks source link

`Model.plot_history()`: Given increments are ignored #48

Closed adtzlr closed 1 year ago

adtzlr commented 1 year ago

Model.plot_history(increments=[0, 1, 3]) is ignored.

Probably remove this argument and always plot the total history?