Chromatogram ============ Chromatograms can be plotted using kind = chromatogram. In this plot, retention time is on the x-axis and intensity is on the y-axis. The by parameter can be used to separate out different mass traces. Parameters ---------- .. docstring_to_table:: :docstring: pyopenms_viz._config.ChromatogramConfig :parent_depth: 1 :default_docstring: Example Usage ------------- .. minigallery:: gallery_scripts/ms_bokeh/plot_chromatogram_ms_bokeh.py gallery_scripts/ms_plotly/plot_chromatogram_ms_plotly.py gallery_scripts/ms_matplotlib/plot_chromatogram_ms_matplotlib.py gallery_scripts/ms_matplotlib/plot_spyogenes_subplots_ms_matplotlib.py gallery_scripts/ms_bokeh/plot_spyogenes_subplots_ms_bokeh.py gallery_scripts/ms_plotly/plot_spyogenes_subplots_ms_plotly.py