Skip to content

Commit 7f4e1b1

Browse files
committed
# TODO Make axes, separate from data [X] - Black
# TODO Replace with drawline/vectorio [ ] # TODO Make a rectangle function [ ] # TODO Include functions to equal space ticks [ ] # TODO Make labels and text [ ] # TODO Make Styles applicable [ ] # TODO Animate when overflow [ ]
1 parent e4aeb41 commit 7f4e1b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_displayio_layout/widgets/cartesian.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
import terminalio
3131
import vectorio
3232
from adafruit_displayio_layout.widgets.widget import Widget
33+
3334
try:
3435
import bitmaptools
3536
except NameError:

0 commit comments

Comments
 (0)