# provide the rendering_kw argument
plot(sin(x), cos(x), dict(linestyle="--"))
# alternatively, we can set the rendering_kw keyword argument
# plot(sin(x), cos(x), rendering_kw=dict(linestyle="--"))