Skip to content

Commit

Permalink
plit bug
Browse files Browse the repository at this point in the history
  • Loading branch information
enricgrau committed Sep 14, 2023
1 parent c515ec4 commit 4f09800
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pudu/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ def bar_plot(x, y, z, font_size, fig_size, bar_width, bar_color, borders,
if z is not None:
for i, bar in enumerate(bars):
plt.text(bar.get_x() + bar.get_width()/2 - font_size/50, bar.get_width()/1, z[i], va='bottom', rotation=90) # va='bottom' to align text # va='bottom' to align text
print(bar.get_x(), bar.get_width())
if not borders:
for spine in plt.gca().spines.values():
spine.set_visible(False)
Expand Down

0 comments on commit 4f09800

Please sign in to comment.