pysketcher
pysketcher copied to clipboard
Python 3.6 hold is deprecated
Matplotlib no longer uses hold. If you use the Force object for vectors, you will receive an AttributeError: Unknown property hold. Remove hold=True in pysketcher/MatplotlibDraw.py to fix the issue for 3.6 users. This shows up in two places involving Matplotlib's arrow object.