Home
last modified time | relevance | path

Searched refs:yrange (Results 1 – 25 of 1257) sorted by relevance

12345678910>>...51

/dports/math/rkward-kde/rkward-0.7.1/tests/plots/
H A Dbarplot.rkcommands.R13 yrange <- range (x, na.rm=TRUE) * 1.2 globalVar
14 if (yrange[1] > 0) yrange[1] <- 0
15 if (yrange[2] < 0) yrange[2] <- 0
16 …lot <- barplot(x, col=rainbow (if(is.matrix(x)) dim(x) else length(x)), beside=TRUE, ylim = yrange)
45 yrange <- range (x, na.rm=TRUE) * 1.2 globalVar
46 if (yrange[1] > 0) yrange[1] <- 0
47 if (yrange[2] < 0) yrange[2] <- 0
48 …matrix(x)) dim(x) else length(x)), beside=TRUE, legend.text=TRUE, ylim = yrange, xlab=title, ylab=…
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/graphicsItems/
H A DVTickGroup.py20 def __init__(self, xvals=None, yrange=None, pen=None): argument
32 if yrange is None:
33 yrange = [0, 1]
46 self.yrange = [0,1]
48 self.setYRange(yrange)
71 self.yrange = vals
78 return self.yrange
82 yrange = self.yRange()
92 br.setY(br.y() + self.yrange[0] * h)
93 br.setHeight((self.yrange[1] - self.yrange[0]) * h)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/geom/
H A DEdge.java76 public int compareTo(Edge other, double yrange[]) { in compareTo() argument
77 if (other == lastEdge && yrange[0] < lastLimit) { in compareTo()
78 if (yrange[1] > lastLimit) { in compareTo()
79 yrange[1] = lastLimit; in compareTo()
83 if (this == other.lastEdge && yrange[0] < other.lastLimit) { in compareTo()
84 if (yrange[1] > other.lastLimit) { in compareTo()
85 yrange[1] = other.lastLimit; in compareTo()
90 int ret = curve.compareTo(other.curve, yrange); in compareTo()
102 lastLimit = yrange[1]; in compareTo()
H A DOrder1.java219 public int compareTo(Curve other, double yrange[]) { in compareTo() argument
221 return super.compareTo(other, yrange); in compareTo()
224 if (yrange[1] <= yrange[0]) { in compareTo()
227 yrange[1] = Math.min(Math.min(yrange[1], y1), c1.y1); in compareTo()
228 if (yrange[1] <= yrange[0]) { in compareTo()
229 throw new InternalError("backstepping from "+yrange[0]+" to "+yrange[1]); in compareTo()
280 if (y <= yrange[0]) { in compareTo()
286 if (y < yrange[1]) { in compareTo()
288 yrange[1] = y; in compareTo()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/awt/geom/
H A DEdge.java76 public int compareTo(Edge other, double[] yrange) { in compareTo() argument
77 if (other == lastEdge && yrange[0] < lastLimit) { in compareTo()
78 if (yrange[1] > lastLimit) { in compareTo()
79 yrange[1] = lastLimit; in compareTo()
83 if (this == other.lastEdge && yrange[0] < other.lastLimit) { in compareTo()
84 if (yrange[1] > other.lastLimit) { in compareTo()
85 yrange[1] = other.lastLimit; in compareTo()
90 int ret = curve.compareTo(other.curve, yrange); in compareTo()
102 lastLimit = yrange[1]; in compareTo()
H A DOrder1.java219 public int compareTo(Curve other, double[] yrange) { in compareTo() argument
221 return super.compareTo(other, yrange); in compareTo()
224 if (yrange[1] <= yrange[0]) { in compareTo()
227 yrange[1] = Math.min(Math.min(yrange[1], y1), c1.y1); in compareTo()
228 if (yrange[1] <= yrange[0]) { in compareTo()
229 throw new InternalError("backstepping from "+yrange[0]+" to "+yrange[1]); in compareTo()
280 if (y <= yrange[0]) { in compareTo()
286 if (y < yrange[1]) { in compareTo()
288 yrange[1] = y; in compareTo()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/geom/
H A DEdge.java76 public int compareTo(Edge other, double yrange[]) { in compareTo() argument
77 if (other == lastEdge && yrange[0] < lastLimit) { in compareTo()
78 if (yrange[1] > lastLimit) { in compareTo()
79 yrange[1] = lastLimit; in compareTo()
83 if (this == other.lastEdge && yrange[0] < other.lastLimit) { in compareTo()
84 if (yrange[1] > other.lastLimit) { in compareTo()
85 yrange[1] = other.lastLimit; in compareTo()
90 int ret = curve.compareTo(other.curve, yrange); in compareTo()
102 lastLimit = yrange[1]; in compareTo()
H A DOrder1.java219 public int compareTo(Curve other, double yrange[]) { in compareTo() argument
221 return super.compareTo(other, yrange); in compareTo()
224 if (yrange[1] <= yrange[0]) { in compareTo()
227 yrange[1] = Math.min(Math.min(yrange[1], y1), c1.y1); in compareTo()
228 if (yrange[1] <= yrange[0]) { in compareTo()
229 throw new InternalError("backstepping from "+yrange[0]+" to "+yrange[1]); in compareTo()
280 if (y <= yrange[0]) { in compareTo()
286 if (y < yrange[1]) { in compareTo()
288 yrange[1] = y; in compareTo()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/geom/
H A DEdge.java76 public int compareTo(Edge other, double yrange[]) { in compareTo() argument
77 if (other == lastEdge && yrange[0] < lastLimit) { in compareTo()
78 if (yrange[1] > lastLimit) { in compareTo()
79 yrange[1] = lastLimit; in compareTo()
83 if (this == other.lastEdge && yrange[0] < other.lastLimit) { in compareTo()
84 if (yrange[1] > other.lastLimit) { in compareTo()
85 yrange[1] = other.lastLimit; in compareTo()
90 int ret = curve.compareTo(other.curve, yrange); in compareTo()
102 lastLimit = yrange[1]; in compareTo()
H A DOrder1.java219 public int compareTo(Curve other, double yrange[]) { in compareTo() argument
221 return super.compareTo(other, yrange); in compareTo()
224 if (yrange[1] <= yrange[0]) { in compareTo()
227 yrange[1] = Math.min(Math.min(yrange[1], y1), c1.y1); in compareTo()
228 if (yrange[1] <= yrange[0]) { in compareTo()
229 throw new InternalError("backstepping from "+yrange[0]+" to "+yrange[1]); in compareTo()
280 if (y <= yrange[0]) { in compareTo()
286 if (y < yrange[1]) { in compareTo()
288 yrange[1] = y; in compareTo()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/awt/geom/
H A DEdge.java76 public int compareTo(Edge other, double[] yrange) { in compareTo() argument
77 if (other == lastEdge && yrange[0] < lastLimit) { in compareTo()
78 if (yrange[1] > lastLimit) { in compareTo()
79 yrange[1] = lastLimit; in compareTo()
83 if (this == other.lastEdge && yrange[0] < other.lastLimit) { in compareTo()
84 if (yrange[1] > other.lastLimit) { in compareTo()
85 yrange[1] = other.lastLimit; in compareTo()
90 int ret = curve.compareTo(other.curve, yrange); in compareTo()
102 lastLimit = yrange[1]; in compareTo()
H A DOrder1.java219 public int compareTo(Curve other, double[] yrange) { in compareTo() argument
221 return super.compareTo(other, yrange); in compareTo()
224 if (yrange[1] <= yrange[0]) { in compareTo()
227 yrange[1] = Math.min(Math.min(yrange[1], y1), c1.y1); in compareTo()
228 if (yrange[1] <= yrange[0]) { in compareTo()
229 throw new InternalError("backstepping from "+yrange[0]+" to "+yrange[1]); in compareTo()
280 if (y <= yrange[0]) { in compareTo()
286 if (y < yrange[1]) { in compareTo()
288 yrange[1] = y; in compareTo()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/awt/geom/
H A DEdge.java76 public int compareTo(Edge other, double[] yrange) { in compareTo() argument
77 if (other == lastEdge && yrange[0] < lastLimit) { in compareTo()
78 if (yrange[1] > lastLimit) { in compareTo()
79 yrange[1] = lastLimit; in compareTo()
83 if (this == other.lastEdge && yrange[0] < other.lastLimit) { in compareTo()
84 if (yrange[1] > other.lastLimit) { in compareTo()
85 yrange[1] = other.lastLimit; in compareTo()
90 int ret = curve.compareTo(other.curve, yrange); in compareTo()
102 lastLimit = yrange[1]; in compareTo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/awt/geom/
H A DEdge.java76 public int compareTo(Edge other, double[] yrange) { in compareTo() argument
77 if (other == lastEdge && yrange[0] < lastLimit) { in compareTo()
78 if (yrange[1] > lastLimit) { in compareTo()
79 yrange[1] = lastLimit; in compareTo()
83 if (this == other.lastEdge && yrange[0] < other.lastLimit) { in compareTo()
84 if (yrange[1] > other.lastLimit) { in compareTo()
85 yrange[1] = other.lastLimit; in compareTo()
90 int ret = curve.compareTo(other.curve, yrange); in compareTo()
102 lastLimit = yrange[1]; in compareTo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/awt/geom/
H A DEdge.java76 public int compareTo(Edge other, double[] yrange) { in compareTo() argument
77 if (other == lastEdge && yrange[0] < lastLimit) { in compareTo()
78 if (yrange[1] > lastLimit) { in compareTo()
79 yrange[1] = lastLimit; in compareTo()
83 if (this == other.lastEdge && yrange[0] < other.lastLimit) { in compareTo()
84 if (yrange[1] > other.lastLimit) { in compareTo()
85 yrange[1] = other.lastLimit; in compareTo()
90 int ret = curve.compareTo(other.curve, yrange); in compareTo()
102 lastLimit = yrange[1]; in compareTo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/awt/geom/
H A DEdge.java76 public int compareTo(Edge other, double[] yrange) { in compareTo() argument
77 if (other == lastEdge && yrange[0] < lastLimit) { in compareTo()
78 if (yrange[1] > lastLimit) { in compareTo()
79 yrange[1] = lastLimit; in compareTo()
83 if (this == other.lastEdge && yrange[0] < other.lastLimit) { in compareTo()
84 if (yrange[1] > other.lastLimit) { in compareTo()
85 yrange[1] = other.lastLimit; in compareTo()
90 int ret = curve.compareTo(other.curve, yrange); in compareTo()
102 lastLimit = yrange[1]; in compareTo()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/geom/
H A DEdge.java76 public int compareTo(Edge other, double yrange[]) { in compareTo() argument
77 if (other == lastEdge && yrange[0] < lastLimit) { in compareTo()
78 if (yrange[1] > lastLimit) { in compareTo()
79 yrange[1] = lastLimit; in compareTo()
83 if (this == other.lastEdge && yrange[0] < other.lastLimit) { in compareTo()
84 if (yrange[1] > other.lastLimit) { in compareTo()
85 yrange[1] = other.lastLimit; in compareTo()
90 int ret = curve.compareTo(other.curve, yrange); in compareTo()
102 lastLimit = yrange[1]; in compareTo()
/dports/math/gnuplot/gnuplot-5.4.1/demo/
H A Dautoscale.dem15 set yrange [*:*]
22 set yrange [*<-5:5<*]
29 set yrange [-20<*:*<20]
38 set yrange [*:0<*<10]
53 set yrange [*:*]
60 set yrange [*<-15:20<*]
69 set yrange [-8<*:*<5]
78 set yrange [-8<*<-6:7<*<9]
95 set yrange [15<*<25:*]
96 set title "set yrange [15<*<25:*]"
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/demo/
H A Dautoscale.dem15 set yrange [*:*]
22 set yrange [*<-5:5<*]
29 set yrange [-20<*:*<20]
38 set yrange [*:0<*<10]
53 set yrange [*:*]
60 set yrange [*<-15:20<*]
69 set yrange [-8<*:*<5]
78 set yrange [-8<*<-6:7<*<9]
95 set yrange [15<*<25:*]
96 set title "set yrange [15<*<25:*]"
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/demo/
H A Dautoscale.dem16 set yrange [*:*]
23 set yrange [*<-5:5<*]
30 set yrange [-20<*:*<20]
39 set yrange [*:0<*<10]
54 set yrange [*:*]
61 set yrange [*<-15:20<*]
70 set yrange [-8<*:*<5]
79 set yrange [-8<*<-6:7<*<9]
96 set yrange [15<*<25:*]
97 set title "set yrange [15<*<25:*]"
[all …]
/dports/finance/R-cran-PerformanceAnalytics/PerformanceAnalytics/R/
H A Dchart.Histogram.R188 yrange = 0 functionVar
202 yrange=c(yrange,max(den$y))
222 yrange=c(yrange,max(fitted.cauchy))
229 yrange=c(yrange,max(fitted.sst))
236 yrange=c(yrange,max(fitted.lnorm))
241 yrange=c(yrange,max(fitted.normal))
246 yrange=c(yrange,max(fitted.centered))
258 yrange = c(yrange, maxyhist*1.1)
260 ylim = c(0,ceiling(max(yrange)))
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_histogram__init2d.c61 h->yrange = (double *) malloc ((ny + 1) * sizeof (double)); in gsl_histogram2d_alloc()
63 if (h->yrange == 0) in gsl_histogram2d_alloc()
77 free (h->yrange); in gsl_histogram2d_alloc()
128 make_uniform (h->yrange, ny, ymin, ymax); in gsl_histogram2d_calloc_uniform()
168 h->yrange = (double *) malloc ((ny + 1) * sizeof (double)); in gsl_histogram2d_calloc()
170 if (h->yrange == 0) in gsl_histogram2d_calloc()
184 free (h->yrange); in gsl_histogram2d_calloc()
201 h->yrange[i] = i; in gsl_histogram2d_calloc()
221 free (h->yrange); in gsl_histogram2d_free()
248 make_uniform (h->yrange, ny, ymin, ymax); in gsl_histogram2d_set_ranges_uniform()
[all …]
H A Dgsl_histogram__calloc_range2d.c41 double *yrange) in gsl_histogram2d_calloc_range() argument
73 if (yrange[j] >= yrange[j + 1]) in gsl_histogram2d_calloc_range()
101 h->yrange = (double *) malloc ((ny + 1) * sizeof (double)); in gsl_histogram2d_calloc_range()
103 if (h->yrange == 0) in gsl_histogram2d_calloc_range()
118 free (h->yrange); in gsl_histogram2d_calloc_range()
136 h->yrange[j] = yrange[j]; in gsl_histogram2d_calloc_range()
/dports/math/gsl/gsl-2.7/histogram/
H A Dinit2d.c61 h->yrange = (double *) malloc ((ny + 1) * sizeof (double)); in gsl_histogram2d_alloc()
63 if (h->yrange == 0) in gsl_histogram2d_alloc()
77 free (h->yrange); in gsl_histogram2d_alloc()
128 make_uniform (h->yrange, ny, ymin, ymax); in gsl_histogram2d_calloc_uniform()
168 h->yrange = (double *) malloc ((ny + 1) * sizeof (double)); in gsl_histogram2d_calloc()
170 if (h->yrange == 0) in gsl_histogram2d_calloc()
184 free (h->yrange); in gsl_histogram2d_calloc()
201 h->yrange[i] = i; in gsl_histogram2d_calloc()
222 free (h->yrange); in gsl_histogram2d_free()
249 make_uniform (h->yrange, ny, ymin, ymax); in gsl_histogram2d_set_ranges_uniform()
[all …]
H A Dcalloc_range2d.c40 double *yrange) in gsl_histogram2d_calloc_range() argument
72 if (yrange[j] >= yrange[j + 1]) in gsl_histogram2d_calloc_range()
100 h->yrange = (double *) malloc ((ny + 1) * sizeof (double)); in gsl_histogram2d_calloc_range()
102 if (h->yrange == 0) in gsl_histogram2d_calloc_range()
117 free (h->yrange); in gsl_histogram2d_calloc_range()
135 h->yrange[j] = yrange[j]; in gsl_histogram2d_calloc_range()

12345678910>>...51