Skip to content

Commit

Permalink
src/sage/manifolds/chart.py: Fix up # long
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 31, 2023
1 parent 7c4f078 commit b9cc9d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/manifolds/chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -2997,11 +2997,11 @@ def plot(self, chart=None, ambient_coords=None, mapping=None,
performed for at most 3 coordinates, which must be specified via
the argument ``ambient_coords``)::
sage: # long time, needs sage.plot
sage: # needs sage.plot
sage: M = Manifold(4, 'M', structure='topological')
sage: X.<t,x,y,z> = M.chart()
sage: g = X.plot(ambient_coords=(t,x,y)) # the coordinate z is not depicted
sage: g
sage: g = X.plot(ambient_coords=(t,x,y)) # the coordinate z is not depicted # long time
sage: g # long time
Graphics3d Object
.. PLOT::
Expand Down

0 comments on commit b9cc9d2

Please sign in to comment.