summaryrefslogtreecommitdiff
path: root/complexfunctions.html
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-10-16 16:14:58 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2016-10-16 16:14:58 -0400
commit9956f6b1d0ca896c0b775353208855cb2d6adf10 (patch)
tree16f73be92c165d47ea20c8b1db6dedc54cb7a151 /complexfunctions.html
parentdb20c66b3634e43049e1339ce8a0d51ee5944780 (diff)
Added immediately display button & maximum brightness of function color to RPN
Diffstat (limited to 'complexfunctions.html')
-rw-r--r--complexfunctions.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/complexfunctions.html b/complexfunctions.html
index a5e7a3b..dc52a23 100644
--- a/complexfunctions.html
+++ b/complexfunctions.html
@@ -52,6 +52,15 @@ Graph complex functions (C->C)
</div>
</div>
<br>
+ <div class="container-fluid row">
+ <div class="input-group input-group-md col-lg-3 col-md-6 col-sm-8 col-xs-10">
+ <span class="input-group-addon">
+ <input id="display" class="checkbox" type="checkbox">
+ </span>
+ <span class="form-control">Immediately display result (no animation).</span>
+ </div>
+ </div>
+ <br>
<button id="animate" class="btn btn-default">Animate</button>
<div id="canvas"></div>
<div id="legend"></div>