Skip to content

Commit e26517f

Browse files
author
Matthias Koeppe
committed
More # optional
1 parent 64f9d19 commit e26517f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sage/arith/misc.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3133,8 +3133,8 @@ def plot(self, xmin=1, xmax=50, pointsize=30, rgbcolor=(0, 0, 1),
31333133
EXAMPLES::
31343134
31353135
sage: from sage.arith.misc import Euler_Phi
3136-
sage: p = Euler_Phi().plot() # optional - sage.plot
3137-
sage: p.ymax() # optional - sage.plot
3136+
sage: p = Euler_Phi().plot() # optional - sage.libs.pari sage.plot
3137+
sage: p.ymax() # optional - sage.libs.pari sage.plot
31383138
46.0
31393139
"""
31403140
v = [(n, euler_phi(n)) for n in range(xmin, xmax + 1)]
@@ -4567,8 +4567,8 @@ def plot(self, xmin=0, xmax=50, pointsize=30, rgbcolor=(0,0,1), join=True,
45674567
EXAMPLES::
45684568
45694569
sage: from sage.arith.misc import Moebius
4570-
sage: p = Moebius().plot() # optional - sage.plot
4571-
sage: p.ymax() # optional - sage.plot
4570+
sage: p = Moebius().plot() # optional - sage.libs.pari sage.plot
4571+
sage: p.ymax() # optional - sage.libs.pari sage.plot
45724572
1.0
45734573
"""
45744574
values = self.range(xmin, xmax + 1)

0 commit comments

Comments
 (0)