py3dmol icon indicating copy to clipboard operation
py3dmol copied to clipboard

Magma volscheme gradient

Open AlexandreDeCamargo opened this issue 2 years ago • 0 comments

I am trying to pass a MAGMA gradient scheme in order to colour my 3D plot:

view.addVolumetricData(cube_data, "cube", {'isoval': isoval, 'smoothness': 10, 'opacity':.7, 'voldata': mep_data, 'volformat': "cube", 'volscheme': {'gradient':'ROYGB', 'min':-1., 'max':1.}})

But I can't find any references for gradient colours scheme.

AlexandreDeCamargo avatar Mar 21 '24 13:03 AlexandreDeCamargo