pysketcher icon indicating copy to clipboard operation
pysketcher copied to clipboard

Python 3.6 hold is deprecated

Open SebsMedDr opened this issue 5 years ago • 0 comments

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.

SebsMedDr avatar Jul 10 '19 18:07 SebsMedDr