_gridOnMajor bug with recent versions of Matplotlib
See original GitHub issueAfter 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 https://github.com/mpld3/mpld3/issues/479) but the correction has not been propagated to the version of mplexporter used by mplleaflet.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top Results From Across the Web
Troubleshooting — Matplotlib 3.6.2 documentation
Problems with recent git versions#. First make sure you have a clean build and install (see How to completely remove Matplotlib), get the...
Read more >Show Source - Matplotlib
JKS 2011-12-27 Work around an EINTR bug in some versions of subprocess. - JKS 2011-10-25 added support for \operatorname to mathtext, including the...
Read more >Matplotlib.pdf
Grab the latest tar.gz release file from the PyPI files page, or if you want to develop Matplotlib or just need the latest...
Read more >Release notes — Matplotlib 3.6.2 documentation
Past versions#. Version 3.3#. What's new in Matplotlib 3.3.0 (Jul 16, 2020) · API Changes for 3.3.1 ...
Read more >How-To — Matplotlib 1.4.3 documentation
Request a new feature; Reporting a bug or submitting a patch; Contribute to matplotlib documentation. Matplotlib in a web application server.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Downgrading with
pip install matplotlib==3.3.2
fixed it for me.I am having the same problem, and downgrading did work