Skip to content

Commit 31f57d1

Browse files
committed
fixing bars3d
1 parent 3984717 commit 31f57d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuitpython_uplot/bar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def __init__(
113113
self._create_bars(xstart, i)
114114

115115
if projection:
116-
self._create_projections(xstart, i, len(color_palette))
116+
self._create_projections(xstart, i, len(self._bars))
117117

118118
plot.show_text(
119119
str(y[i]),

0 commit comments

Comments
 (0)