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
Hi, Thanks for developing such a great tool! I experienced a bug today, which is easy to fix.
In _legend.py, line 81 and 82, obj._ncol should be obj._ncols. Then the figure with a legend can be exported.
The text was updated successfully, but these errors were encountered:
Hi, Thanks for developing such a great tool! I experienced a bug today, which is easy to fix.
In _legend.py, line 81 and 82,
obj._ncol
should beobj._ncols
. Then the figure with a legend can be exported.The text was updated successfully, but these errors were encountered: