Skip to content

Commit b5c1e8a

Browse files
author
Matthias Koeppe
committed
src/sage/plot/animate.py: Reformat
1 parent 73a5b51 commit b5c1e8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sage/plot/animate.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,7 @@ def make_image(self, frame, filename, **kwds):
453453
....: floor(G.ymin()), ceil(G.ymax()))
454454
....: G.save_image(filename, **kwds)
455455
456-
sage: B = MyAnimation([graphs.CompleteGraph(n)
457-
....: for n in range(7,11)], figsize=5)
456+
sage: B = MyAnimation([graphs.CompleteGraph(n) for n in range(7,11)], figsize=5)
458457
sage: d = B.png()
459458
sage: v = os.listdir(d); v.sort(); v
460459
['00000000.png', '00000001.png', '00000002.png', '00000003.png']

0 commit comments

Comments
 (0)