Phylliade / ikpy

IKPy, an Universal Inverse Kinematics library
http://phylliade.github.io/ikpy
Apache License 2.0
734 stars 153 forks source link

can not plot the chain #60

Closed ghost closed 5 years ago

ghost commented 5 years ago

I am using Miniconda 64bit python. 3.6 on w10 both lines %matplotlib inline %matplotlib notebook result in an error (invalid syntax) commenting both out does not show a plot window.

ghost commented 5 years ago

commenting out both %matplotlib lines and adding a plt.show() to my script finally worked for me.

Phylliade commented 5 years ago

👍 !