Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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
Source by github.com #
 
PREVIOUS NEXT
Tagged: #grids #deprecated #removed #minor #releases #call
ADD COMMENT
Topic
Name
4+2 =