Skip to content

Commit 25c183a

Browse files
committed
Bring y-axis values into full view
1 parent 838a067 commit 25c183a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/displayio_cartesion_fillarea.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
# Create a Cartesian widget
3838
# https://circuitpython.readthedocs.io/projects/displayio-layout/en/latest/api.html#module-adafruit_displayio_layout.widgets.cartesian
3939
my_plane = Cartesian(
40-
x=15, # x position for the plane
40+
x=20, # x position for the plane
4141
y=2, # y plane position
42-
width=140, # display width
42+
width=135, # display width
4343
height=105, # display height
4444
xrange=(X_LOWER_BOUND, X_UPPER_BOUND), # x range
4545
yrange=(0, y_upper_bound), # y range

0 commit comments

Comments
 (0)