import pyvista >>> from pyvista import examples >>> chart = pyvista.Chart2D() >>> plot = chart.area([0, 1, 2], [0, 0, 1], [1, 3, 2]) >>> plot.brush.texture ...
確定! 回上一頁