forked from china-testing/python-api-tesing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
31 lines (20 loc) · 843 Bytes
/
README
File metadata and controls
31 lines (20 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
NumPy Beginner's Guide
Chapter 9 Plotting with Matplotlib
candlesticks.py Demonstrates candlesticks on stock charts.
Run with python candlesticks.py <symbol>
emalegend.py Demonstrates plot legends.
Run with python emalegend.py <symbol>
fillbetween.py Demonstrates region shading.
Run with python fillbetween.py <symbol>
logy.py Demonstrates logplots.
Run with python logy.py <symbol>
polyplot.py Demonstrates simple plots.
Run with python polyplot.py <coefficients>
polyplot2.py Demonstrates simple plots.
Run with python polyplot2.py <coefficients>
polyplot3.py Demonstrates simple plots.
Run with python polyplot3.py <coefficients>
scatterprice.py Demonstrates scatter plots.
Run with python scatterprice.py <symbol>
stockhistogram.py Demonstrates histograms.
Run with python stockhistogram.py <symbol>