Skip to content

Commit 2326a21

Browse files
author
Matthias Koeppe
committed
sage.plot: Use # needs in file-level tags
1 parent 0754253 commit 2326a21

19 files changed

+19
-19
lines changed

src/sage/plot/colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.plot
1+
# sage.doctest: needs sage.plot
22
r"""
33
Colors
44

src/sage/plot/contour_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.symbolic
1+
# sage.doctest: needs sage.symbolic
22
"""
33
Contour plots
44
"""

src/sage/plot/density_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.symbolic
1+
# sage.doctest: needs sage.symbolic
22
"""
33
Density plots
44
"""

src/sage/plot/hyperbolic_arc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.symbolic
1+
# sage.doctest: needs sage.symbolic
22
r"""
33
Arcs in hyperbolic geometry
44

src/sage/plot/hyperbolic_polygon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.symbolic
1+
# sage.doctest: needs sage.symbolic
22
"""
33
Polygons and triangles in hyperbolic geometry
44

src/sage/plot/hyperbolic_regular_polygon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.symbolic
1+
# sage.doctest: needs sage.symbolic
22
"""
33
Regular polygons in the upper half model for hyperbolic plane
44

src/sage/plot/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.symbolic
1+
# sage.doctest: needs sage.symbolic
22
"""
33
Plotting utilities
44
"""

src/sage/plot/multigraphics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.symbolic
1+
# sage.doctest: needs sage.symbolic
22
r"""
33
Graphics arrays and insets
44

src/sage/plot/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.symbolic
1+
# sage.doctest: needs sage.symbolic
22
r"""
33
2D plotting
44

src/sage/plot/plot3d/implicit_plot3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.symbolic
1+
# sage.doctest: needs sage.symbolic
22
"""
33
Implicit plots
44
"""

0 commit comments

Comments
 (0)