From 73e41b257746193ce168debd1f30a7a0e0606d42 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Fri, 27 Nov 2009 12:23:15 -0500 Subject: [PATCH] make plotter a test --- docs/plotter.html | 77 ------------------------------------------------------ tests/plotter.html | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+), 77 deletions(-) delete mode 100644 docs/plotter.html create mode 100644 tests/plotter.html diff --git a/docs/plotter.html b/docs/plotter.html deleted file mode 100644 index f36573b..0000000 --- a/docs/plotter.html +++ /dev/null @@ -1,77 +0,0 @@ - - - dygraphs Equation Plotter - - - - - - - -

Equation:
-
-Preset functions: -

- -

x range: - to

-

- -
- - diff --git a/tests/plotter.html b/tests/plotter.html new file mode 100644 index 0000000..f36573b --- /dev/null +++ b/tests/plotter.html @@ -0,0 +1,77 @@ + + + dygraphs Equation Plotter + + + + + + + +

Equation:
+
+Preset functions: +

+ +

x range: + to

+

+ +
+ + -- 2.7.4