Marchewek
Marchewek

Reputation: 211

Every time I change the `figsize` the size does not change

Here is the code below.

plt.figure(figsize=[15,7])
sm.tsa.seasonal_decompose(bitcoin_month.Weighted_Price).plot()
print("Dickey–Fuller test: p=%f" % sm.tsa.stattools.adfuller(bitcoin_month.Weighted_Price)[1])
plt.show()

When I release it I get the following output.

enter image description here

Every time I change the figsize the size does not change.

Please assist.

Upvotes: 0

Views: 18

Answers (0)

Related Questions