plt. xlabel ('x') plt. plot ([0, 10], [0, 0], 'k– ' ) plt. plot ([0, 0], [–2, 1], 'k– ' ) plt. legend (loc = 'best ') # plt. subplot (2, 2, 2) plt. plot (x2 ...
確定! 回上一頁