10000
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 193b8f6 commit 089b61fCopy full SHA for 089b61f
examples/pyplots/pyplot_simple.py
@@ -3,7 +3,9 @@
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
7
+index. Creates a straight line due to the rate of change being 1 for
8
+both the X and Y axis.
9
"""
10
import matplotlib.pyplot as plt
11
plt.plot([1, 2, 3, 4])
0 commit comments