Use the following DAX function. for d in case_data: line = ax.plot(theta, d) ax.fill(theta, d, color='#8bbe3f', alpha=0.35) for ti, di in zip(theta, ...
確定! 回上一頁