kangmg / OverlayMol

Overlay and align molecular structures for comparison and analysis.
MIT License
0 stars 0 forks source link

Molecular Distortion Issue #1

Open kangmg opened 2 months ago

kangmg commented 2 months ago

When visualizing molecules, there is a distortion issue depending on which molecule is included in the legend, even if the molecules are the same. This seems to be related to the aspectmode='data' setting.

aspectmode='data',
camera_projection=dict(type='orthographic'),
#aspectratio=dict(x=1, y=1, z=1)
kangmg commented 1 day ago

Adding cubes of appropriate size to the unit cell helps prevent distortion.