Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

The plots generated using the options seriestype = :line and seriestype = :path look completely identical to me.

like image 554
tparker Avatar asked Jan 23 '26 05:01

tparker


1 Answers

:line is sorted in x, and :path takes your input and does not do any sorting.

like image 129
Chris Rackauckas Avatar answered Jan 27 '26 00:01

Chris Rackauckas



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!