You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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='--')
Activity
rajeshm936 commentedon Jun 10, 2023
Hi Cdiener, solved one of the bugs I am struggling with. Much appreciated. God Bless!
cdiener1 commentedon Jun 11, 2023
No problem! Github is so cool; I don't even remember writing this but I'm glad I was right and that it helped!
remove unsupported "b=None" from calls to matplot.grid