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 e391d69 commit aa62fc2Copy full SHA for aa62fc2
examples/lines_bars_and_markers/fill_demo.py
@@ -1,13 +1,13 @@
1
-import numpy as np
2
-import matplotlib.pyplot as plt
3
-
4
"""
5
==================
6
A simple Fill plot
7
8
9
This example showcases the most basic fill plot a user can do with matplotlib.
10
+import numpy as np
+import matplotlib.pyplot as plt
+
11
x = np.linspace(0, 1, 500)
12
y = np.sin(4 * np.pi * x) * np.exp(-5 * x)
13
0 commit comments