Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Nov 27, 2022
2 parents 84f02af + 4645a0d commit 20206ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sage/plot/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1744,11 +1744,6 @@ def b(n): return lambda x: bessel_J(n, x) + 0.5*(n-1)
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)
Graphics object consisting of 1 graphics primitive
.. PLOT::
g = plot(2*x+1,(x,0,5),ticks=[[0,1,e,pi,sqrt(20)],2],tick_formatter="latex")
sphinx_plot(g)
This is particularly useful when setting custom ticks in multiples of `pi`.
::
Expand Down

0 comments on commit 20206ff

Please sign in to comment.