Hi @codeguppy – Thanks for sharing this sketch embed!
Two quick suggestions:
- save it with a descriptive title (currently Untitled in the embed)
- give it a code comment header block with a sentence or two describing the concept of what it is and what it does, for example something like:
/**
* Graphing a Wave
* 2020-07-17
* Plot a wave function on the screen, like an oscilloscope! *
* This codeguppy sketch demonstrates graphing sin() function.
* As the start x increases over time it scrolls to the right.
*/