NeuralPDE.jl icon indicating copy to clipboard operation
NeuralPDE.jl copied to clipboard

Interactive plot script analysis of results

Open KirillZubov opened this issue 3 years ago • 2 comments

Interactive visualization of results would be a convenient tool for analysis

Makie.jl looks suitable for this https://github.com/JuliaPlots/Makie.jl examples: http://juliaplots.org/MakieReferenceImages/gallery/index.html

example two simple cases: iteration number slider ->(prediction and error in each iteration) and the same for each loss function with switcher

for time depend pde, time domain slider -> prediction at time step

KirillZubov avatar Jun 24 '21 18:06 KirillZubov

https://github.com/JuliaGizmos/Interact.jl

KirillZubov avatar Jul 21 '21 14:07 KirillZubov

Yes, building some Makie visualizations would be great.

ChrisRackauckas avatar Jul 21 '21 14:07 ChrisRackauckas