API#
Note: This section provides a comprehensive overview of all methods and classes available in PyOpenMS-Viz. This content is generated automatically using Sphinx autosummary and autodoc based on the Python documentation.
Configuration Classes#
Configuration for the legend in a plot. |
|
Base configuration for a plot. |
|
Configuration for a line plot. |
|
Configuration for a vertical or horizontal line plot. |
|
Configuration for a scatter plot. |
|
Configuration for a chromatogram plot. |
|
Configuration for a mobilogram plot. |
|
Configuration for a spectrum plot. |
|
Configuration for a peak map plot. |
Core#
Base#
These are base abstract classes that are inherited by other classes.
This class shows functions which must be implemented by all backends |
|
Abstract class for complex plots, such as chromatograms and mobilograms which are made up of simple plots such as ScatterPlots, VLines and LinePlots. |
Simple Plots#
These are simple plots that inherit from the BasePlot class.
Mass Spectrometry Plots#
These are mass spectrometry plots that inherit from the BaseMSPlot class.
Extension: BOKEH#
Base#
Base class for assembling a Bokeh plot |
|
Simple Plots#
These are simple plots that inherit from the BasePlot class.
Class for assembling a collection of Bokeh line plots |
|
Class for assembling a series of vertical line plots in Bokeh |
|
Class for assembling a Bokeh scatter plot |
Mass Spectrometry Plots#
These are mass spectrometry plots that inherit from the BaseMSPlot class.
Class for assembling a Bokeh extracted ion chromatogram plot |
|
Class for assembling a Bokeh mobilogram plot |
|
Class for assembling a Bokeh spectrum plot |
|
Class for assembling a Bokeh feature heatmap plot |
Extension: PLOTLY#
Base#
Base class for assembling a Ploty plot |
|
Simple Plots#
These are simple plots that inherit from the BasePlot class.
Class for assembling a set of line plots in plotly |
|
Mass Spectrometry Plots#
These are mass spectrometry plots that inherit from the BaseMSPlot class.
Extension: MATPLOTLIB#
Base#
Base class for assembling a Matplotlib plot. |
|
Simple Plots#
These are simple plots that inherit from the BasePlot class.
Class for assembling a matplotlib line plot |
|
Class for assembling a matplotlib vertical line plot |
|
Class for assembling a matplotlib scatter plot |
Mass Spectrometry Plots#
These are mass spectrometry plots that inherit from the BaseMSPlot class.
Class for assembling a matplotlib extracted ion chromatogram plot |
|
Class for assembling a matplotlib mobilogram plot |
|
Class for assembling a matplotlib spectrum plot |
|
Class for assembling a matplotlib feature heatmap plot |