Skip to content

Commit

Permalink
Fix a label in EnergyConvergenceIterationPlot
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Nov 2, 2023
1 parent 53b283e commit a37fdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/outputs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ end
framestyle --> :box
legend_foreground_color --> nothing
grid --> nothing
xguide --> "total number of iterations"
xguide --> "total number of iterations in SCF calculations"
yguide --> "energy"
vectors = plot.args[end] # Use the last argument, not the first one! See http://juliaplots.org/RecipesBase.jl/stable/types/#User-Recipes-2
total_iterations = 0
Expand Down

0 comments on commit a37fdf5

Please sign in to comment.