【发布时间】:2018-05-31 09:42:03
【问题描述】:
我在 Pyx 模块中使用 Python 绘制:
g = graph.graphxy(width=8,
x=graph.axis.linear(min=0, max=2),
y=graph.axis.linear(min=0, max=2),
)
g.plot([graph.data.function("x(y)=y**4")],
[graph.style.line([style.linestyle.dotted])])
g.writeEPSfile("plot")
如何改变虚线点间距?
【问题讨论】: