Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a legend bug #122

Open
wangli-sh opened this issue May 28, 2021 · 3 comments
Open

a legend bug #122

wangli-sh opened this issue May 28, 2021 · 3 comments

Comments

@wangli-sh
Copy link

recently i find a bug in core.py
the raw code is :
ax_i.legend(handles=legend_handles[1:], labels=legend_labels[1:],
code in this way will loss the first legend label
i change the code into
ax_i.legend(handles=legend_handles[0:], labels=legend_labels[0:],
and the problem is solved

@huidongchen
Copy link
Collaborator

Hi, thanks for the feedback and for sharing the solution! I am glad you solved the problem. We will definitely keep this in mind and fix it in the next release. thanks again!

@wong-ziyi
Copy link

recently i find a bug in core.py the raw code is : ax_i.legend(handles=legend_handles[1:], labels=legend_labels[1:], code in this way will loss the first legend label i change the code into ax_i.legend(handles=legend_handles[0:], labels=legend_labels[0:], and the problem is solved

Hi wangli-sh,

Thanks so much. I just solved my problem in issue #130 My comment

@lucapinello
Copy link
Contributor

lucapinello commented Dec 11, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants