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 98d65b8 commit 9999674Copy full SHA for 9999674
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
tests/test_plot.py
@@ -48,6 +48,7 @@
48
style="default",
49
)
50
51
+
52
@check_images
53
def test_plot_ic(im_i: IntensityMatrix):
54
fig, ax = plt.subplots()
0 commit comments