Skip to content

Commit

Permalink
updated docs links to matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Aug 6, 2023
1 parent 0f1b23f commit e5aa1e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/microstructpy/geometry/ellipsoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ def approximate(self, x1=None):
def plot(self, **kwargs):
"""Plot the ellipsoid.
This function uses the :meth:`mpl_toolkits.mplot3d.Axes3D.plot_surface`
This function uses the :meth:`mpl_toolkits.mplot3d.axes3d.Axes3D.plot_surface`
method to add an ellipsoid to the current axes. The keyword arguments
are passes through to the plot_surface function.
Expand Down
2 changes: 1 addition & 1 deletion src/microstructpy/geometry/sphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def volume_expectation(cls, **kwargs):
def plot(self, **kwargs):
"""Plot the sphere.
This function uses the :meth:`mpl_toolkits.mplot3d.Axes3D.plot_surface`
This function uses the :meth:`mpl_toolkits.mplot3d.axes3d.Axes3D.plot_surface`
method to add the sphere to the current axes. The keyword arguments
are passed through to plot_surface.
Expand Down

0 comments on commit e5aa1e7

Please sign in to comment.