From 35e1a6b1b2359b6c56186f9ede84e63f4d7837aa Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Fri, 22 Jan 2021 12:35:52 +0000 Subject: [PATCH] Fixes to docs. --- FPLOT.md | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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