Skip to content

Commit

Permalink
Slighter alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Nov 8, 2024
1 parent bf9000e commit cf3dc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/daily_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def show_values_on_bars(ax, label):
# value = '{:.0%}'.format(label.iloc[i])
# Species Count Total
value = '{:n}'.format(p.get_width()) + ' (' + '{:.0%}'.format(label.iloc[i]) + ')'
bbox = {'facecolor': 'lightgrey', 'edgecolor': 'none', 'pad': 1.0, 'alpha': 0.7}
bbox = {'facecolor': 'lightgrey', 'edgecolor': 'none', 'pad': 1.0, 'alpha': 0.9}
if conf['COLOR_SCHEME'] == "dark":
color = 'black'
else:
Expand Down

0 comments on commit cf3dc4a

Please sign in to comment.