Plots.jl 中的 "line" 和 "path" 系列类型有什么区别?

What's the difference between the "line" and "path" series types in Plots.jl?

使用选项 seriestype = :lineseriestype = :path 生成的图看起来与我完全相同。

:linex 中排序,:path 接受您的输入但不进行任何排序。