Mobilogram ========== Mobilograms are a type of plot used to visualize ion mobility data. In this plot, ion mobility is represented on the x-axis, while intensity is shown on the y-axis. The `by` parameter can be utilized to separate different mass traces. Functionally, mobilograms are similar to chromatograms. Parameters ---------- .. docstring_to_table:: :docstring: pyopenms_viz._config.MobilogramConfig :parent_depth: 1 :default_docstring: Example Usage ------------- .. minigallery:: gallery_scripts/ms_bokeh/plot_mobilogram_ms_bokeh.py gallery_scripts/ms_matplotlib/plot_mobilogram_ms_matplotlib.py gallery_scripts/ms_plotly/plot_mobilogram_ms_plotly.py