You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
I am receiving a data stream from BPL Pulse Oximeter, and I am storing those data on a list, I want to create a line graph with the data from the list, Does anyone have any idea?
TimAI2
unread,
Jan 14, 2019, 2:39:00 PM1/14/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Staying in Ai2, use a canvas and draw line, you will need to convert each value to x,y coordinates of the canvas
A bit of work to do in the background creating the axes etc
Otherwise look in the FAQ for charting opportunities