summaryrefslogtreecommitdiff
path: root/js/Sinks
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sinks')
-rw-r--r--js/Sinks/CANIMXY.js2
-rw-r--r--js/Sinks/CFSCOPE.js2
-rw-r--r--js/Sinks/CSCOPE.js2
-rw-r--r--js/Sinks/CSCOPXY.js2
4 files changed, 4 insertions, 4 deletions
diff --git a/js/Sinks/CANIMXY.js b/js/Sinks/CANIMXY.js
index e946826f..dcbdd623 100644
--- a/js/Sinks/CANIMXY.js
+++ b/js/Sinks/CANIMXY.js
@@ -10,7 +10,7 @@ function CANIMXY() {
this.xmin = -15;
this.xmax = 15;
this.ymin = -15;
- this.ymax = +15;
+ this.ymax = 15;
this.nbr_curves = 1;
model = scicos_model();
model.sim = list("canimxy",4);
diff --git a/js/Sinks/CFSCOPE.js b/js/Sinks/CFSCOPE.js
index 48595d51..5d03d4db 100644
--- a/js/Sinks/CFSCOPE.js
+++ b/js/Sinks/CFSCOPE.js
@@ -7,7 +7,7 @@ function CFSCOPE() {
this.clrs = [[1],[3],[5],[7],[9],[11],[13],[15]];
this.N = 2;
this.ymin = -15;
- this.ymax = +15;
+ this.ymax = 15;
this.per = 30;
model = scicos_model();
model.sim = list("cfscope",4);
diff --git a/js/Sinks/CSCOPE.js b/js/Sinks/CSCOPE.js
index c065910a..b63d1a34 100644
--- a/js/Sinks/CSCOPE.js
+++ b/js/Sinks/CSCOPE.js
@@ -7,7 +7,7 @@ function CSCOPE() {
this.clrs = [[1],[3],[5],[7],[9],[11],[13],[15]];
this.N = 20;
this.ymin = -15;
- this.ymax = +15;
+ this.ymax = 15;
this.per = 30;
model = scicos_model();
model.sim = list("cscope",4);
diff --git a/js/Sinks/CSCOPXY.js b/js/Sinks/CSCOPXY.js
index f0d84a05..8abd9616 100644
--- a/js/Sinks/CSCOPXY.js
+++ b/js/Sinks/CSCOPXY.js
@@ -10,7 +10,7 @@ function CSCOPXY() {
this.xmin = -15;
this.xmax = 15;
this.ymin = -15;
- this.ymax = +15;
+ this.ymax = 15;
this.nbr_curves = 1;
model = scicos_model();
model.sim = list("cscopxy",4);