Skip to content

Commit c049fc3

Browse files
fix diffeq array plotting
1 parent c3decd0 commit c049fc3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vector_of_array.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ end
7979
convert(Array,VA)
8080
end
8181
@recipe function f(VA::AbstractDiffEqArray)
82-
A = convert(Array,VA)
83-
VA.t,A
82+
VA.t,VA'
8483
end
8584

8685
# Broadcast

0 commit comments

Comments
 (0)