API#
+Note: This section provides a comprehensive overview of all methods and classes avaliable in PyOpenMS-Viz. This content is generated automatically using sphinx autosummary and autodoc based on the python documentation.
+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.
++ | + |
+ | + |
+ | + |
+ | + |
Extenstion: 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 |
+
Extenstion: PLOTLY#
++ | 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.
++ | + |
+ | + |
+ | + |
+ | + |
Extenstion: 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 |
+