Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1ba9746

Browse filesBrowse files
committed
animation: Remove examples keyword
1 parent c280700 commit 1ba9746
Copy full SHA for 1ba9746

File tree

Expand file treeCollapse file tree

7 files changed

+8
-9
lines changed
Filter options
Expand file treeCollapse file tree

7 files changed

+8
-9
lines changed

‎examples/animation/animate_decay.py

Copy file name to clipboardExpand all lines: examples/animation/animate_decay.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Decay
44
=====
55
6-
This example showcases a sinusoidal decay animation.
6+
A sinusoidal decay animation.
77
"""
88

99

‎examples/animation/basic_example.py

Copy file name to clipboardExpand all lines: examples/animation/basic_example.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Simple animation examples
44
=========================
55
6-
This example contains two animations. The first is a random walk plot. The
7-
second is an image animation.
6+
Two animations where the first is a random walk plot and
7+
the second is an image animation.
88
"""
99

1010
import numpy as np

‎examples/animation/dynamic_image.py

Copy file name to clipboardExpand all lines: examples/animation/dynamic_image.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
An animated image
44
=================
55
6-
This example demonstrates how to animate an image.
6+
Animation of an image.
77
"""
88
import numpy as np
99
import matplotlib.pyplot as plt

‎examples/animation/dynamic_image2.py

Copy file name to clipboardExpand all lines: examples/animation/dynamic_image2.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
An animated image using a list of images
44
========================================
55
6-
This examples demonstrates how to animate an image from a list of images (or
7-
Artists).
6+
Animate an image from a list of images (or Artists).
87
"""
98
import numpy as np
109
import matplotlib.pyplot as plt

‎examples/animation/image_slices_viewer.py

Copy file name to clipboardExpand all lines: examples/animation/image_slices_viewer.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Image Slices Viewer
44
===================
55
6-
This example demonstrates how to scroll through 2D image slices of a 3D array.
6+
Scroll through 2D image slices of a 3D array.
77
"""
88
from __future__ import print_function
99

‎examples/animation/moviewriter_sgskip.py

Copy file name to clipboardExpand all lines: examples/animation/moviewriter_sgskip.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
MovieWriter
44
===========
55
6-
This example uses a MovieWriter directly to grab individual frames and write
6+
Use a MovieWriter directly to grab individual frames and write
77
them to a file. This avoids any event loop integration, but has the advantage
88
of working with even the Agg backend. This is not recommended for use in an
99
interactive setting.

‎examples/animation/simple_3danim.py

Copy file name to clipboardExpand all lines: examples/animation/simple_3danim.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
3D animation
44
============
55
6-
A simple example of an animated plot... In 3D!
6+
An animated plot in 3D.
77
"""
88
import numpy as np
99
import matplotlib.pyplot as plt

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.