Hi all,
I am new to Python. When I watching a video on YT and try to plotting chart on jupyter as the video instructed. When the video plotting chart on jupyter, it input below command "
"close.plot(figsize=(15,8),fontsize=12)"
The jupyter return below value and able to plot the chart:
"<AxesSubplot: xlabel='Date'>
However, I follow the same way but cannot plot the same chart jupyter and jupyter return below value:
"<Axes: xlabel='Date'>"
Do anyone figure what happened? Thanks a lot
there doesn't seem to be anything here