Why does get_legend_handles_labels() return empty lists when legend labels are added via ax.legend()

后端 未结 0 659
小鲜肉
小鲜肉 2020-11-30 00:12

After the following common code:

import math
import matplotlib.pyplot as plt
x = [x for x in range(10)]
y = [math.sin(x         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题