Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
33002: updating doctest to fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
seblabbe committed Aug 9, 2022
1 parent 7a71bbe commit 8729071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/misc/latex_standalone.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
sage: from sage.misc.latex_standalone import TikzPicture
sage: V = [[1,0,1],[1,0,0],[1,1,0],[0,0,-1],[0,1,0],[-1,0,0],[0,1,1],[0,0,1],[0,-1,0]]
sage: P = Polyhedron(vertices=V).polar()
sage: s = P.projection().tikz([674,108,-731],112)
sage: s = P.projection().tikz([674,108,-731],112, output_type='LatexExpr')
sage: t = TikzPicture(s)
Open the image in a viewer (the returned value is a string giving the
Expand Down

0 comments on commit 8729071

Please sign in to comment.