We can put text in a graph: ... We can add a title to a graph: ... sage: r = [(random(),random()) for _ in range(20)] sage: list_plot(r, color='red') ...
確定! 回上一頁