Skip to content

Commit 20206ff

Browse files
author
Matthias Koeppe
committed
Merge #34693
2 parents 84f02af + 4645a0d commit 20206ff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/sage/plot/plot.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1744,11 +1744,6 @@ def b(n): return lambda x: bessel_J(n, x) + 0.5*(n-1)
17441744
sage: plot(2*x+1,(x,0,5),ticks=[[0,1,e,pi,sqrt(20)],2],tick_formatter="latex") # not tested (broken with matplotlib 3.6)
17451745
Graphics object consisting of 1 graphics primitive
17461746
1747-
.. PLOT::
1748-
1749-
g = plot(2*x+1,(x,0,5),ticks=[[0,1,e,pi,sqrt(20)],2],tick_formatter="latex")
1750-
sphinx_plot(g)
1751-
17521747
This is particularly useful when setting custom ticks in multiples of `pi`.
17531748
17541749
::

0 commit comments

Comments
 (0)