Skip to content

Commit

Permalink
do not plot legend upon single series
Browse files Browse the repository at this point in the history
default to not put autolabelling
  • Loading branch information
isentropic committed Jul 25, 2024
1 parent 617b8aa commit 68e2173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlotsBase/src/Commons/attrs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ const _bar_width = 0.8
# -----------------------------------------------------------------------------

const _series_defaults = KW(
:label => :auto,
:label => :none,
:colorbar_entry => true,
:seriescolor => :auto,
:seriesalpha => nothing,
Expand Down

0 comments on commit 68e2173

Please sign in to comment.