Open alexberlaga opened 3 months ago
I am wondering if opacity=0.5
will work
view.shape.add_sphere(zcc_point * 10, [1, 0, 1], 1, opacity=0.5)
I don't have access to nglview now so I am not sure.
Unfortunately, it does not: Shape._make_func.<locals>.make_func.<locals>.func() got an unexpected keyword argument 'opacity'
Is there a way to make an added shape have some transparency? I tried changing the color to a 4-element list, but that didn't work: