Skip to content

Commit

Permalink
Shift peak fit plot legend to topleft
Browse files Browse the repository at this point in the history
  • Loading branch information
theHenks committed Nov 19, 2024
1 parent 9bd7a2d commit 9dc6073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/LegendSpecFitsRecipesBaseExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ end
if x_label == "A/E"
legend := :bottomleft
else
legend := :topright
legend := :topleft
end
foreground_color_legend := :silver
background_color_legend := :white
Expand Down

0 comments on commit 9dc6073

Please sign in to comment.