Answers for "Auto-removal of grids by pcolor() and pcolormesh() is deprecated since 3.5 and will be removed two minor releases later; please call grid(False) first."

0

Auto-removal of grids by pcolor() and pcolormesh() is deprecated since 3.5 and will be removed two minor releases later; please call grid(False) first.

plt.rcParams['axes.grid'] = False
# this stop the warning
Posted by: Guest on March-20-2022

Code answers related to "Auto-removal of grids by pcolor() and pcolormesh() is deprecated since 3.5 and will be removed two minor releases later; please call grid(False) first."

Python Answers by Framework

Browse Popular Code Answers by Language