Skip to content

Commit 23fc3d5

Browse files
authored
🔁 Update README
1 parent 6f4bef4 commit 23fc3d5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ df = pd.DataFrame(data)
5555
```
5656

5757
## 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
@@ -90,5 +95,3 @@ ax.set_title('Important dates in the 2008-2009 financial crisis')
9095
9196
fig.show()
9297
```
93-
94-
![Draw_financial_Chart Pandas Python Example Code](Images/Chart_Draw_financial_Chart.png)

0 commit comments

Comments
 (0)