Skip to content

Commit

Permalink
style: literal colors
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPic committed Nov 13, 2023
1 parent 5a96e4f commit 7e6c5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ehyd_tools/data_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def agg_data_figure(series, availability, agg='sum', freq=None, add_mean_line=Fa
bbox={'facecolor': 'white', 'alpha': 0.5, 'pad': 2, 'linewidth': '0'})
ax.axhline(mean, ls='--', color='darkgray', linewidth=0.7)

ax.bar(x=index, height=ts_agg.values, color='k')
ax.bar(x=index, height=ts_agg.values, color='black')
ax.set_ylabel('Niederschlag (mm/{})'.format(freq_long[freq]))
ax.set_xlabel('Zeit')
# ax.set_xlim(left=ax.get_xlim()[0] - 0.5)
Expand Down

0 comments on commit 7e6c5ce

Please sign in to comment.