To define a different marker and linestyle for each line, you can use a list: df.plot(style=['+-','o-','.--','s:']).
確定! 回上一頁