RoboDK Forum
matplotlib error——革命制度党ntable Version

+- RoboDK Forum (//m.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN)
+ - - -论坛:通用RoboDK问题(//m.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: matplotlib error (/Thread-matplotlib-error)



matplotlib error-ademdilbaz-05-09-2022

Hello.
I work on image processing on the RoboDK.

I am getting an error while running the code, how can I solve it?


RE: matplotlib error-Alex-05-09-2022

This means your RoboDK Python path does not have matplotlib installed.

You can do a pip installation with the help of the import_install method in the robolink submodule

//m.sinclairbody.com/doc/en/PythonAPI/robodk.html?highlight=import_install#robodk.robolink.import_install


RE: matplotlib error-ademdilbaz-05-10-2022

it was very helpful. Thank you