from matplotlib.lines import Line2D line = Line2D(range(10), range(10), linestyle='-', marker='o') legend((line,), (label,)).
確定! 回上一頁