Skip to content

Commit 3ee23d6

Browse files
authored
Update Hello_XYScatterplot.py
comment edit
1 parent ebec7da commit 3ee23d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/graphs/Hello_XYScatterplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def main():
3939
XYaxis(bmp,
4040
(80, 570), # uint x,y tuple origin point of the graph (bottom left)
4141
(40, 40), # uint x,y tuple x and y step for increment in screen coords
42-
(570, 18), # uint x,y tuple end poimt of graph (top right)
42+
(570, 18), # uint x,y tuple end point of graph (top right)
4343
(0, 0), # int x,y tuple for starting values in graph coords
4444
(10, 10), # int x,y tuple for increment values in graph coords
4545
14, # color of axis

0 commit comments

Comments
 (0)