Hi,
I am plotting the same thing with two different backends and yet I don’t get similar plots. For example, the convexity of some levels are inverted.
Hence, I am wondering which one is the good result…
Note that this is the solution of a PDE.
gr()
contour(time[1:10:end],e[2:end],(gg)[1:10:end,:]',title=string("g(t,v) network for N =10000"),color=:magma,fill=true)
or
pyplot()
contour(time[1:10:end],e[2:end],(gg)[1:10:end,:]',title=string("g(t,v) network for N =10000"),color=:magma,fill=true)
Thank you for your help,
Best regards