We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d562077 commit bf0a015Copy full SHA for bf0a015
pymassspec_plot/__init__.py
@@ -59,7 +59,7 @@
59
Figure.__module__ = "matplotlib.figure"
60
61
62
-def plot_ic( # noqa: PRM002
+def plot_ic( # noqa: PRM002
63
ax: matplotlib.axes.Axes,
64
ic: IonChromatogram,
65
minutes: bool = False,
@@ -103,7 +103,7 @@ def plot_ic( # noqa: PRM002
103
return plot
104
105
106
-def plot_mass_spec(ax: Axes, mass_spec: MassSpectrum, **kwargs) -> BarContainer: # noqa: PRM002
+def plot_mass_spec(ax: Axes, mass_spec: MassSpectrum, **kwargs) -> BarContainer: # noqa: PRM002
107
"""
108
Plots a Mass Spectrum.
109
0 commit comments