wangli-sh

Results 1 issues of wangli-sh

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:],...