Skip to content

Commit

Permalink
improve streamline visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed May 20, 2020
1 parent 0690b03 commit ad6c077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/multilayerqg_2layer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ function plot_output(prob)
title = "q_"*string(m),
framestyle = :box)

heatmap!(p[(m-1)*3+2], x, y, vs.psi[:, :, m],
contourf!(p[(m-1)*3+2], x, y, vs.psi[:, :, m],
levels = 8,
aspectratio = 1,
legend = false,
c = :viridis,
Expand Down

0 comments on commit ad6c077

Please sign in to comment.