From 8161b2677fbc2c06a8eba8bbecce820d4e899ab1 Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Thu, 3 Jan 2019 07:38:33 -0500 Subject: [PATCH] minor formatting fix for explicit binding example --- docs/customizing.htm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/customizing.htm b/docs/customizing.htm index ecd277d9..be9d6823 100644 --- a/docs/customizing.htm +++ b/docs/customizing.htm @@ -3518,10 +3518,10 @@ class MyStats(SearchList): # 1
[[[daycompare]]]
    [[[[inTemp]]]]
        label = Vantage inTemp
-       [[[[WMR100Temp]]]]
-           data_type = inTemp
-           data_binding = wmr100_binding
-           label = WMR100 inTemp
+ [[[[WMR100Temp]]]] + data_type = inTemp + data_binding = wmr100_binding + label = WMR100 inTemp

This will produce an image with name daycompare.png, with two plot lines. The