Skip to content

Commit b40ef2f

Browse files
series from line to path
1 parent 71ee6b1 commit b40ef2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrator_interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ intervals(integrator::DEIntegrator) = IntegratorIntervals(integrator)
131131
xflip --> integrator.tdir < 0
132132

133133
if denseplot
134-
seriestype --> :line
134+
seriestype --> :path
135135
else
136136
seriestype --> :scatter
137137
end

0 commit comments

Comments
 (0)