Skip to content

Commit 06432da

Browse files
authored
Update plot.md
1 parent a52f1ba commit 06432da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/matplotlib/plot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Introduction #
22
Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms.
33
You can generate plots, histograms, power spectra, bar charts, errorcharts, scatterplots, etc., with just a few lines of code.
4-
## Line grap (plot)##
4+
## Line grap (plot) ##
55
#Importing pyplot
66
from matplotlib import pyplot as plt
77

@@ -95,4 +95,4 @@ Bar charts with matplotlib are basically 1 slight change, same with scatter plot
9595

9696
plt.show()
9797

98-
From this [link](https://pythonprogramming.net/downloads/style.zip).
98+
From this [link](https://pythonprogramming.net/downloads/style.zip).

0 commit comments

Comments
 (0)