Skip to content

Commit

Permalink
Fix intersphinx links to matplotlib figures.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbenRoll committed Jan 21, 2024
1 parent 3404470 commit aacd25f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emgfit/spectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ def _plot_df(df, fig=None, title='', yscale='log', vmarkers=None,
----------
df : :class:`pandas.DataFrame`
Spectrum data to plot.
fig : :class:`matplotlib.pyplot.figure`, optional
fig : :class:`matplotlib.figure.Figure`, optional
Figure object to plot onto.
title : str, optional
Optional plot title.
Expand Down Expand Up @@ -755,7 +755,7 @@ def plot(self, peaks=None, fig=None, dpi=dpi, **plot_kwargs):
peaks : list of :class:`peaks`, optional
List of :class:`peaks` to show peak markers for. Defaults to
:attr:`peaks`. Use `peaks=[]` to turn markers off.
fig : :class:`matplotlib.pyplot.figure`, optional
fig : :class:`matplotlib.figure.Figure`, optional
Figure object to plot onto.
dpi : int, optional
Dots per inch for plot. Defaults to `dpi` value defined in
Expand Down

0 comments on commit aacd25f

Please sign in to comment.