Skip to content

Commit

Permalink
schematic complete
Browse files Browse the repository at this point in the history
  • Loading branch information
vpuri3 committed Jul 16, 2024
1 parent cf7e15c commit df9f5a8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion figs/makefigs_SNFROM_presi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,8 @@ function rom_schematic(
lines!(ax, xyz; ln_kw...,)
scatter!(ax, xyz[Isc]; sc_kw...)

save(joinpath(outdir, "schematic1.png"), fig)

## AE line
lFOM = lines!(ax, xCAE; linewidth = 6, color = :green, linestyle = :dash,)

Expand All @@ -739,6 +741,9 @@ function rom_schematic(
sf_kw = (; colormap = [:black, :black], alpha = 0.5)
surface!(ax, xPCA, yPCA, zPCA; sf_kw...)

# save(joinpath(outdir, "schematic2.png"), fig)
save(joinpath(outdir, "schematic3.png"), fig)

## DONE
fig
end
Expand Down Expand Up @@ -837,7 +842,7 @@ e4files = (e4file1, e4file4, e4file7)
# makeplots(e4file4, outdir, "exp4case4")
# makeplots(e5file , outdir, "exp5")

rs = rom_schematic(joinpath(outdir, "schematic/"))
# rom_schematic(joinpath(outdir, "schematic/"))

#======================================================#
nothing
Binary file added figs/presentation/schematic/schematic1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figs/presentation/schematic/schematic2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figs/presentation/schematic/schematic3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit df9f5a8

Please sign in to comment.