Open kangmg opened 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'
aspectmode='data', camera_projection=dict(type='orthographic'), #aspectratio=dict(x=1, y=1, z=1)
Adding cubes of appropriate size to the unit cell helps prevent distortion.
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.