diff --git a/figs/makefigs_SNFROM_presi.jl b/figs/makefigs_SNFROM_presi.jl index 9e562b7c..355bc6a5 100644 --- a/figs/makefigs_SNFROM_presi.jl +++ b/figs/makefigs_SNFROM_presi.jl @@ -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,) @@ -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 @@ -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 diff --git a/figs/presentation/schematic/schematic1.png b/figs/presentation/schematic/schematic1.png new file mode 100644 index 00000000..5562230f Binary files /dev/null and b/figs/presentation/schematic/schematic1.png differ diff --git a/figs/presentation/schematic/schematic2.png b/figs/presentation/schematic/schematic2.png new file mode 100644 index 00000000..78925dd6 Binary files /dev/null and b/figs/presentation/schematic/schematic2.png differ diff --git a/figs/presentation/schematic/schematic3.png b/figs/presentation/schematic/schematic3.png new file mode 100644 index 00000000..478dea45 Binary files /dev/null and b/figs/presentation/schematic/schematic3.png differ