jinglescode / time-series-forecasting-pytorch

Acquiring data from Alpha Vantage and predicting stock prices with PyTorch's LSTM
https://www.alphavantage.co/academy/#lstm-for-finance
Apache License 2.0
203 stars 84 forks source link

Small bug #10

Open cdiener1 opened 2 years ago

cdiener1 commented 2 years ago

All cases of: plt.grid(b=None, which='major', axis='y', linestyle='--') should be replaced by: plt.grid(visible=None, which='major', axis='y', linestyle='--')

rajeshm936 commented 1 year ago

Hi Cdiener, solved one of the bugs I am struggling with. Much appreciated. God Bless!

cdiener1 commented 1 year ago

No problem! Github is so cool; I don't even remember writing this but I'm glad I was right and that it helped!