adtzlr / trusspy

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

`plot_model()` raises `ValueError` #19

Closed adtzlr closed 1 year ago

adtzlr commented 1 year ago

due to missing a ax argument in plt.colorbar():

ValueError: Unable to determine Axes to steal space for Colorbar. 
Either provide the *cax* argument to use as the Axes for the Colorbar, 
provide the *ax* argument to steal space from it, or add *mappable* to an Axes.

(Python 3.10, Win10)