def test_plot_rgb(): """"Test adding a texture to a plot""" cube = pyvista.Cube() cube.clear_arrays() x_face_color = (255, 0, 0) y_face_color = (0, 255, ...
確定! 回上一頁