After upgrading to Matplotlib 3.3.3, the following error appears when trying to use mplleaflet:
'XAxis' object has no attribute '_gridOnMajor
The problem comes from mplexporter and was corrected in mpld3's mplexporter (see mpld3/mpld3#479) but the correction has not been propagated to the version of mplexporter used by mplleaflet.
After upgrading to Matplotlib 3.3.3, the following error appears when trying to use mplleaflet:
'XAxis' object has no attribute '_gridOnMajorThe problem comes from mplexporter and was corrected in mpld3's mplexporter (see mpld3/mpld3#479) but the correction has not been propagated to the version of mplexporter used by mplleaflet.