We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c75c85 commit 6efc22aCopy full SHA for 6efc22a
src/Jx_postprocess.jl
@@ -317,7 +317,13 @@ for result_i in 2:size(J_ij_R)[1]
317
end
318
319
plot_filename = "Jplot_" * string(base_atom) * "_" *
320
- join(atom2_name_list,",") * "_" * orbital_name * ".html"
+ join(atom2_name_list,",") * "_" * orbital_name * ".pdf"
321
+
322
+println(" Writing Plot:",plot_filename)
323
+Plots.savefig(joinpath(root_dir,plot_filename))
324
325
+plot_filename = "Jplot_" * string(base_atom) * "_" *
326
+ join(atom2_name_list,",") * "_" * orbital_name * ".svg"
327
328
println(" Writing Plot:",plot_filename)
329
Plots.savefig(joinpath(root_dir,plot_filename))
0 commit comments