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 a3ff46f commit 2d3cae5Copy full SHA for 2d3cae5
Students/A.Kramer/Final_Project/README.txt
@@ -1,7 +1,7 @@
1
1. Libraries used in the code:
2
os
3
- time
4
- datetime
+ time
+ datetime
5
urllib2
6
matplotlib
7
numpy
@@ -15,12 +15,12 @@
15
the script is run, saves the data file with the name of the
16
stock in the 'data' directory.
17
18
- After the data is saved, the code is graphing the data
19
- on the screen.
+ After the data is saved, the code is plotting the data
+ to the screen.
20
21
After the code is done with plotting, it saves the image
22
of the plot in the data directory with the name of the
23
stock in .png format.
24
25
The logs and warnings displayed are just for logging and
26
- verification of the output.
+ verification of the output.
0 commit comments