Skip to content

Commit 399a575

Browse files
committed
2 parents 6705912 + 23fc3d5 commit 399a575

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,12 @@ data = {'state': ['Ohio', 'Ohio', 'Ohio', 'Nevada', 'Nevada', 'Nevada'],
5454
df = pd.DataFrame(data)
5555
```
5656

57-
## Draw financial Chart 🗂
57+
## Draw financial Chart 💹
58+
59+
<p align="center">
60+
<img width="640" src="Images/Chart_Draw_financial_Chart.png">
61+
</p>
62+
5863
```
5964
import pandas as pd
6065
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)