We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2b8e9 commit 3333a81Copy full SHA for 3333a81
examples/pyplots/pyplot_simple.py
@@ -3,7 +3,8 @@
3
Pyplot Simple
4
=============
5
6
-A most simple plot, where a list of numbers is plotted against their index.
+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.
8
"""
9
import matplotlib.pyplot as plt
10
plt.plot([1, 2, 3, 4])
0 commit comments