Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Baseline Models

Study Points

  • ssd.plot_3d()

from molass_data import SAMPLE1
from molass.Global.Options import set_molass_options
from molass.DataObjects import SecSaxsData as SSD
set_molass_options(flowchange=True)
ssd = SSD(SAMPLE1)
ssd.plot_3d();
<Figure size 1200x500 with 2 Axes>
ssd.plot_trimming();
zeros at the angular ends of error data have been replaced with the adjacent values.
<Figure size 1600x800 with 10 Axes>