KieranWynn / pyquaternion

A fully featured, pythonic library for representing and using quaternions
http://kieranwynn.github.io/pyquaternion/
MIT License
339 stars 68 forks source link

solving mplot3d attribute error #73

Open david-xander opened 2 years ago

david-xander commented 2 years ago

As pointed out by a user in the Issues (#68), the demo2.py had a tiny problem with the initialization values in List[] that could be easily fixed. I had the same problem and solved it out. All 69 tests passed although there are some deprecation warnings in the test file iteself. Thank you