Skip to content

Commit

Permalink
Added legend to plot #17
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-Hades committed Dec 3, 2024
1 parent 8f0efab commit be6dc87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/specimen/classes/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ def plot_origin(data, color_palette):
ax.bar_label(p,count,rotation=270)
bottom += count
c += 0.2

plt.legend()

return fig

Expand Down

0 comments on commit be6dc87

Please sign in to comment.