py3dmol icon indicating copy to clipboard operation
py3dmol copied to clipboard

Results 3 py3dmol issues
Sort by recently updated
recently updated
newest added

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.,...

So how to show a coarse-grained model, such as a protein includes only CA atoms? I can render an all-atom structure, but cannot render CA structures.

I know this package is not maintained, but just curious if you are still able to shed some light on the issue I encountered. I want to use py3dmol to...