Question for plotting chart /u/bigthreedragons Python Education

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

submitted by /u/bigthreedragons
[link] [comments]

​r/learnpython 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 submitted by /u/bigthreedragons [link] [comments] 

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

submitted by /u/bigthreedragons
[link] [comments] 

Leave a Reply

Your email address will not be published. Required fields are marked *