diff --git a/FPLOT.md b/FPLOT.md index 9736f64..593c2ef 100644 --- a/FPLOT.md +++ b/FPLOT.md @@ -175,7 +175,7 @@ Mandatory arguments: Optional arguments: 3. `populate=None` A generator to populate the curve. See below. 4. `origin=(0,0)` 2-tuple containing x and y values for the origin. Provides - for an optional shift of the data's origin. + for an optional shift of the data's origin. 5. `excursion=(1,1)` 2-tuple containing scaling values for x and y. Methods: diff --git a/README.md b/README.md index 5e0fdfa..8116d9a 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ wiring details, pin names and hardware issues. 4. [ESP8266](./README.md#4-esp8266) This can work. Contains information on minimising the RAM and flash footprints of the GUI. +#### [Graph plotting module.](./FPLOT.md) + #### [Device driver document.](./DRIVERS.md) # 1. Introduction