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
It depends. If your graph is static, you might use Taifun's suggestion. Using the Canvas might be more appropriate for live streaming data graphing. Look at this example ( https://groups.google.com/forum/#!searchin/mitappinventortest/seismic%7Csort:relevance/mitappinventortest/xXOUXOxPLZQ/9U4RWID_VX8J ) and find the aia called Accelerometer_copy_copy This example is not a complete app but shows a very nice implementation of live line graphing using App Inventor's native graphic capability of multiple data streams in real time with continuous input using the Canvas.