Open cdiener1 opened 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='--')
plt.grid(b=None, which='major', axis='y', linestyle='--')
plt.grid(visible=None, which='major', axis='y', linestyle='--')
Hi Cdiener, solved one of the bugs I am struggling with. Much appreciated. God Bless!
No problem! Github is so cool; I don't even remember writing this but I'm glad I was right and that it helped!
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='--')