Skip to content

Commit

Permalink
fixing bars3d
Browse files Browse the repository at this point in the history
  • Loading branch information
jposada202020 committed Jul 29, 2023
1 parent 3984717 commit 31f57d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuitpython_uplot/bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def __init__(
self._create_bars(xstart, i)

if projection:
self._create_projections(xstart, i, len(color_palette))
self._create_projections(xstart, i, len(self._bars))

plot.show_text(
str(y[i]),
Expand Down

0 comments on commit 31f57d1

Please sign in to comment.