We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff1de9 commit 37b57f2Copy full SHA for 37b57f2
adafruit_display_shapes/sparkline.py
@@ -97,8 +97,6 @@ def __init__(
97
self.y_top = y_max
98
# y_top: The actual minimum value of the vertical scale, will be
99
# updated if autorange
100
- self._x = x
101
- self._y = y
102
self._redraw = True # _redraw: redraw primitives
103
self._last = [] # _last: last point of sparkline
104
0 commit comments