From 8f04ed4191c2b62b4f6d5ece9cdbb5a3eb8e0437 Mon Sep 17 00:00:00 2001 From: Galen Nickel Date: Mon, 15 Oct 2018 07:05:15 -0700 Subject: [PATCH] Edits for plot acc (#1420) --- docs/projects/plot-acceleration.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/projects/plot-acceleration.md b/docs/projects/plot-acceleration.md index 391f5f67..cac423e2 100644 --- a/docs/projects/plot-acceleration.md +++ b/docs/projects/plot-acceleration.md @@ -1,11 +1,10 @@ # Plot Acceleration -The ``||led:plot bar graph||`` uses the screen to display magnitude of a value (positive or negative). -This is a great tool to understand the data returned by sensors... like the accelerometer. +The ``||led:plot bar graph||`` uses the screen to display the _magnitude_ (how big a number is whether it's positive or negative) of a value. This is a great tool to understand the data returned by sensors... like the accelerometer. ## Acceleration -This example plots the acceleration in the ``x`` dimension on the LEDs. +This example plots acceleration in the ``x`` dimension on the LEDs. ```blocks basic.forever(() => { @@ -18,7 +17,7 @@ basic.forever(() => { ## Console -Click on the ``||Show Console||`` button to see a time chart of the value passed in the block. +Click on the ``||Show Console||`` button to see a chart of the values plotted by the block over a period of time. ## Maximum value @@ -36,7 +35,7 @@ basic.forever(() => { ## Other sensors -You can use this block for pretty much any data. Try it out! We pass the light level to play with the light sensor. +You can use this block for pretty much any kind of data. Try it out! Plot the light level as you play with the light sensor. ```blocks basic.forever(() => {