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
file "C:\Anaconda\lib\site-packages\mplleaflet\mplexporter\utils.py", line 241, in get_grid_style
if axis._gridOnMajor and len(gridlines) > 0:
AttributeError: 'XAxis' object has no attribute '_gridOnMajor'
mplleaflet attribute error with first use
Problem
Solution
Possible Solution
(def get_grid_style)
axis._gridOnMajor
toaxis._major_tick_kw['gridOn']
Setup
The text was updated successfully, but these errors were encountered: