No module named compas_plotters mesh plotters

Hi, I think I have instaled every part that is necessary. but when I try the codes from Compas Singugular part. I have this error. I can’t find any place to instal compas plotters.
Mohammad

Dear adminstrator, I dont know how I can install mesh plotter. because pythone didnt know it.

MeshPlotter and compas_plotters in general won’t be found in rhino/grasshopper because they aren’t meant to be used there. Please try with one of the artists instead. For example, in grasshopper: from compas_ghpython.artists import MeshArtist

Hi,

I’m getting a similar error:

1. Solution exception:No module named compas_plotters.artists

I get it when I copy and paste the example for a simple compression structure, found on this website; compas_cem - 01. Simple Compression Structure, on a gh python component.

Inside the gh python component, the output is:

Runtime error (ImportException): No module named compas_plotters.artists

Traceback:
line 15, in , “C:\Users\gavellaneda\AppData\Roaming\McNeel\Rhinoceros\7.0\scripts\compas_cem\plotters\formartist.py”
line 34, in , “C:\Users\gavellaneda\AppData\Roaming\McNeel\Rhinoceros\7.0\scripts\compas_cem\plotters_init_.py”
line 26, in script

How to solve it ?

Thanks!!

hi,

as mentioned above, the plotters are not available in Rhino.
they are meant for easy 2D visualisation when working outside of CAD environments.
if you run the script outside of Rhino/GH it should work as expected…

tom