Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isentropic committed Jul 18, 2024
1 parent e0f0abd commit 88628e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions PlotsBase/src/Commons/attrs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1157,11 +1157,7 @@ label_to_string(label::Nothing, series_plotindex) = ""
label_to_string(label::Missing, series_plotindex) = ""
label_to_string(label::Symbol, series_plotindex) =
if label :auto
<<<<<<< HEAD
string("y", series_plotindex)
=======
return label_auto(series_plotindex)
>>>>>>> d6b3aaf8 (safe-saving arg)
elseif label :none
""
else
Expand Down

0 comments on commit 88628e4

Please sign in to comment.