Skip to content

Commit 4066407

Browse files
Merge pull request #486 from korsbo/patch-1
Fix ensemble plot recipe warning.
2 parents 942c08a + 27933f5 commit 4066407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ensemble/ensemble_solutions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ end
110110
xlims --> (-Inf,Inf)
111111
ylims --> (-Inf,Inf)
112112
zlims --> (-Inf,Inf)
113-
zcolor --> zcolors[i]
113+
marker_z --> zcolors[i]
114114
sim[i]
115115
end
116116
end

0 commit comments

Comments
 (0)