Skip to content

Commit 58800b0

Browse files
committed
A tiny edit to kick off testing
1 parent bd54629 commit 58800b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/plot/plot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,12 +1741,12 @@ def b(n): return lambda x: bessel_J(n, x) + 0.5*(n-1)
17411741
17421742
::
17431743
1744-
sage: plot(2*x + 1,(x, 0, 5), ticks=[[0, 1, e, pi, sqrt(20)], [1, 3, 2*e + 1, 2*pi + 1, 2*sqrt(20) + 1]], tick_formatter="latex")
1744+
sage: plot(2*x + 1, (x, 0, 5), ticks=[[0, 1, e, pi, sqrt(20)], [1, 3, 2*e + 1, 2*pi + 1, 2*sqrt(20) + 1]], tick_formatter="latex")
17451745
Graphics object consisting of 1 graphics primitive
17461746
17471747
.. PLOT::
17481748
1749-
g = plot(2*x + 1,(x, 0, 5), ticks=[[0, 1, e, pi, sqrt(20)], [1, 3, 2*e + 1, 2*pi + 1, 2*sqrt(20) + 1]], tick_formatter="latex")
1749+
g = plot(2*x + 1, (x, 0, 5), ticks=[[0, 1, e, pi, sqrt(20)], [1, 3, 2*e + 1, 2*pi + 1, 2*sqrt(20) + 1]], tick_formatter="latex")
17501750
sphinx_plot(g)
17511751
17521752
This is particularly useful when setting custom ticks in multiples of `\pi`.

0 commit comments

Comments
 (0)