Home
last modified time | relevance | path

Searched +defs:X +defs:extent (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/science/py-GPy/GPy-1.10.0/GPy/plotting/
H A Dabstract_plotting_library.py121 def plot(self, cavas, X, Y, Z=None, color=None, label=None, **kwargs): argument
130 def plot_axis_lines(self, ax, X, color=None, label=None, **kwargs): argument
140 def surface(self, canvas, X, Y, Z, color=None, label=None, **kwargs): argument
180 def xerrorbar(self, canvas, X, Y, error, color=None, label=None, **kwargs): argument
190 def yerrorbar(self, canvas, X, Y, error, color=None, label=None, **kwargs): argument
200 def imshow(self, canvas, X, extent=None, label=None, vmin=None, vmax=None, **kwargs): argument
210 …def imshow_interact(self, canvas, plot_function, extent=None, label=None, vmin=None, vmax=None, **… argument
224 def annotation_heatmap(self, canvas, X, annotation, extent, label=None, **kwargs): argument
237 …def annotation_heatmap_interact(self, canvas, plot_function, extent, label=None, resolution=15, **… argument
258 def contour(self, canvas, X, Y, C, Z=None, color=None, label=None, **kwargs): argument
[all …]
/dports/science/py-GPy/GPy-1.10.0/GPy/plotting/matplot_dep/
H A Dplot_definitions.py104 def plot(self, ax, X, Y, Z=None, color=None, label=None, **kwargs): argument
109 def plot_axis_lines(self, ax, X, color=Tango.colorsHex['darkRed'], label=None, **kwargs): argument
129 def xerrorbar(self, ax, X, Y, error, color=Tango.colorsHex['darkRed'], label=None, **kwargs): argument
136 def yerrorbar(self, ax, X, Y, error, color=Tango.colorsHex['darkRed'], label=None, **kwargs): argument
143 def imshow(self, ax, X, extent=None, label=None, vmin=None, vmax=None, **imshow_kwargs): argument
151 …def imshow_interact(self, ax, plot_function, extent, label=None, resolution=None, vmin=None, vmax=… argument
157 …def annotation_heatmap(self, ax, X, annotation, extent=None, label=None, imshow_kwargs=None, **ann… argument
177 …def annotation_heatmap_interact(self, ax, plot_function, extent, label=None, resolution=15, imshow… argument
183 def contour(self, ax, X, Y, C, levels=20, label=None, **kwargs): argument
186 def surface(self, ax, X, Y, Z, color=None, label=None, **kwargs): argument
[all …]
/dports/science/py-GPy/GPy-1.10.0/GPy/plotting/plotly_dep/
H A Dplot_definitions.py142 def plot(self, ax, X, Y, Z=None, color=None, label=None, line_kwargs=None, **kwargs): argument
151 …def plot_axis_lines(self, ax, X, color=Tango.colorsHex['mediumBlue'], label=None, marker_kwargs=No… argument
187 …def xerrorbar(self, ax, X, Y, error, Z=None, color=Tango.colorsHex['mediumBlue'], label=None, erro… argument
225 def imshow(self, ax, X, extent=None, label=None, vmin=None, vmax=None, **imshow_kwargs): argument
236 …def imshow_interact(self, ax, plot_function, extent=None, label=None, resolution=None, vmin=None, … argument
240 …def annotation_heatmap(self, ax, X, annotation, extent=None, label='Gradient', imshow_kwargs=None,… argument
264 …def annotation_heatmap_interact(self, ax, plot_function, extent, label=None, resolution=15, imshow… argument
267 def contour(self, ax, X, Y, C, levels=20, label=None, **kwargs): argument
272 def surface(self, ax, X, Y, Z, color=None, label=None, **kwargs): argument
275 …def fill_between(self, ax, X, lower, upper, color=Tango.colorsHex['mediumBlue'], label=None, line_… argument
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/frontpage/
H A Dcontour.py13 extent = (-3, 3, -3, 3) variable
18 X, Y = np.meshgrid(x, y) variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/frontpage/
H A Dcontour.py13 extent = (-3, 3, -3, 3) variable
18 X, Y = np.meshgrid(x, y) variable
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/frontpage/
H A Dcontour.py13 extent = (-3, 3, -3, 3) variable
18 X, Y = np.meshgrid(x, y) variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/images_contours_and_fields/
H A Dlayer_images.py22 X, Y = np.meshgrid(x, y) variable
31 extent = np.min(x), np.max(x), np.min(y), np.max(y) variable
H A Dcontour_image.py24 extent = (-3, 4, -4, 3) variable
28 X, Y = np.meshgrid(x, y) variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/images_contours_and_fields/
H A Dlayer_images.py22 X, Y = np.meshgrid(x, y) variable
31 extent = np.min(x), np.max(x), np.min(y), np.max(y) variable
H A Dcontour_image.py24 extent = (-3, 4, -4, 3) variable
28 X, Y = np.meshgrid(x, y) variable
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/images_contours_and_fields/
H A Dlayer_images.py21 X, Y = np.meshgrid(x, y) variable
30 extent = np.min(x), np.max(x), np.min(y), np.max(y) variable
H A Dcontour_image.py24 extent = (-3, 4, -4, 3) variable
28 X, Y = np.meshgrid(x, y) variable
/dports/math/R/R-4.1.2/src/library/base/R/
H A Dtapply.R19 tapply <- function (X, INDEX, FUN = NULL, ..., default = NA, simplify = TRUE) argument
29 extent <- lengths(namelist, use.names = FALSE) functionVar
/dports/math/libRmath/R-4.1.1/src/library/base/R/
H A Dtapply.R19 tapply <- function (X, INDEX, FUN = NULL, ..., default = NA, simplify = TRUE) argument
29 extent <- lengths(namelist, use.names = FALSE) functionVar
/dports/math/R-cran-raster/raster/src/
H A Dspat.h41 SpExtent extent; variable
44 bool set(std::vector<double> X, std::vector<double> Y) { in set()
52 bool setHole(std::vector<double> X, std::vector<double> Y) { in setHole()
65 SpExtent extent; variable
88 SpExtent extent; variable
/dports/devel/R-cran-future.apply/future.apply/R/
H A Dfuture_tapply.R17 future_tapply <- function(X, INDEX, FUN = NULL, ..., argument
34 extent <- lengths(namelist, use.names = FALSE) functionVar
/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/unit_tests/
H A Dtest_BufferWriter.cc35 class X : public ts::BufferWriter class
42 X() : i(0), j(0), good(true) {} in X() function in X
79 extent() const override in extent() function in X
/dports/sysutils/cdrkit/cdrkit-1.1.11/genisoimage/diag/
H A Disoinfo.c134 #define ISO_ROUND_UP(X) (((X) + (SECTOR_SIZE - 1)) & ~(SECTOR_SIZE - 1)) argument
135 #define ISO_BLOCKS(X) (((X) / SECTOR_SIZE) + (((X)%SECTOR_SIZE)?1:0)) argument
292 int extent; in dump_pathtab() local
360 int extent; in parse_rr() local
541 int extent; member
551 dump_stat(struct iso_directory_record *idr, int extent) in dump_stat()
633 int extent, len, tlen; in extract_file() local
659 parse_dir(char *rootname, int extent, int len) in parse_dir()
827 int extent; in main() local
/dports/sysutils/genisoimage/cdrkit-1.1.11/genisoimage/diag/
H A Disoinfo.c134 #define ISO_ROUND_UP(X) (((X) + (SECTOR_SIZE - 1)) & ~(SECTOR_SIZE - 1)) argument
135 #define ISO_BLOCKS(X) (((X) / SECTOR_SIZE) + (((X)%SECTOR_SIZE)?1:0)) argument
292 int extent; in dump_pathtab() local
360 int extent; in parse_rr() local
541 int extent; member
551 dump_stat(struct iso_directory_record *idr, int extent) in dump_stat()
633 int extent, len, tlen; in extract_file() local
659 parse_dir(char *rootname, int extent, int len) in parse_dir()
827 int extent; in main() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenObjCXX/
H A Dproperty-objects.mm25 - (CGRect)extent; method
58 - (struct CGRect)extent {return bounds;} method
88 - (void)setX:(X)x; argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenObjCXX/
H A Dproperty-objects.mm25 - (CGRect)extent; method
58 - (struct CGRect)extent {return bounds;} method
88 - (void)setX:(X)x; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenObjCXX/
H A Dproperty-objects.mm25 - (CGRect)extent; method
58 - (struct CGRect)extent {return bounds;} method
88 - (void)setX:(X)x; argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenObjCXX/
H A Dproperty-objects.mm25 - (CGRect)extent; method
58 - (struct CGRect)extent {return bounds;} method
88 - (void)setX:(X)x; argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenObjCXX/
H A Dproperty-objects.mm25 - (CGRect)extent; method
58 - (struct CGRect)extent {return bounds;} method
88 - (void)setX:(X)x; argument
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenObjCXX/
H A Dproperty-objects.mm25 - (CGRect)extent; method
58 - (struct CGRect)extent {return bounds;} method
88 - (void)setX:(X)x; argument

12345678