October 2018
Beginner to intermediate
676 pages
18h 30m
English
After reading the data from any of the three formats (.txt, .csv, .xlsx) and format it to x and y variables, then we plot the graph using these variables as follows:
plt.plot(x, y)
Display the graph on the screen:
plt.show()
The following is the output obtained:

Read now
Unlock full access