@@ -89,7 +89,7 @@ def phase_plane_plot(
8989 Plot all elements in the given color (use ``plot_<element>`` =
9090 {'color': c} to set the color in one element of the phase
9191 plot (equilpoints, separatrices, streamlines, etc).
92- ax : matplotlib.axes.Axes, optional
92+ ax : ` matplotlib.axes.Axes` , optional
9393 The matplotlib axes to draw the figure on. If not specified and
9494 the current figure has a single axes, that axes is used.
9595 Otherwise, a new figure is created.
@@ -276,7 +276,7 @@ def vectorfield(
276276 dict with key 'args' and value given by a tuple (passed to callable).
277277 color : matplotlib color spec, optional
278278 Plot the vector field in the given color.
279- ax : matplotlib.axes.Axes
279+ ax : ` matplotlib.axes.Axes`, optional
280280 Use the given axes for the plot, otherwise use the current axes.
281281
282282 Returns
@@ -377,7 +377,7 @@ def streamlines(
377377 dict with key 'args' and value given by a tuple (passed to callable).
378378 color : str
379379 Plot the streamlines in the given color.
380- ax : matplotlib.axes.Axes
380+ ax : ` matplotlib.axes.Axes`, optional
381381 Use the given axes for the plot, otherwise use the current axes.
382382
383383 Returns
@@ -498,7 +498,7 @@ def equilpoints(
498498 dict with key 'args' and value given by a tuple (passed to callable).
499499 color : str
500500 Plot the equilibrium points in the given color.
501- ax : matplotlib.axes.Axes
501+ ax : ` matplotlib.axes.Axes`, optional
502502 Use the given axes for the plot, otherwise use the current axes.
503503
504504 Returns
@@ -590,7 +590,7 @@ def separatrices(
590590 separatrices. If a tuple is given, the first element is used as
591591 the color specification for stable separatrices and the second
592592 element for unstable separatrices.
593- ax : matplotlib.axes.Axes
593+ ax : ` matplotlib.axes.Axes`, optional
594594 Use the given axes for the plot, otherwise use the current axes.
595595
596596 Returns
0 commit comments