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 ---------- .. csv-table:: :file: chromatogramPlot.tsv :header-rows: 1 :delim: tab 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