Skip to content

Commit 3333a81

Browse files
committed
Added a description to the examples/pyplots/pyplot_simple.py file.
1 parent 1a2b8e9 commit 3333a81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/pyplots/pyplot_simple.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Pyplot Simple
44
=============
55
6-
A most simple plot, where a list of numbers is plotted against their index.
6+
A very simple pyplot where a list of numbers are ploted against their index.
7+
Creates a straight line due to the rate of change being 1 for both the X and Y axis.
78
"""
89
import matplotlib.pyplot as plt
910
plt.plot([1, 2, 3, 4])

0 commit comments

Comments
 (0)