Home
last modified time | relevance | path

Searched refs:hexbin (Results 26 – 50 of 197) sorted by relevance

12345678

/dports/graphics/pixie/Pixie/src/sdrc/
H A Dpp8.c675 val = val * 16 + hexbin(c); in evalval()
710 hexbin(*p); in evalval()
763 hexbin(ch) in hexbin() function
H A Dppext.h135 extern EVALINT hexbin();
/dports/math/pdal/PDAL-2.3.0/doc/development/release-notes/
H A D1.4.0.md60 - Added `--smooth` option to [`filters.hexbin`](http://pdal.io/stages/filters.hexbin.html) to allow…
64 - [`filters.hexbin`](http://pdal.io/stages/filters.hexbin.html) now returns `MULTIPOLYGON EMPTY` wh…
H A D1.7.0.md4 - `filters.hexbin` now falls back to slow boundary creation if no bounds information exists to do f…
34 - Corrected output shown in the documentation for `filters.hexbin`.
55 - Fixed JSON output from `filters.hexbin` when density/area can't be calculated.
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/analysis/boundary/
H A Dboundary.rst40 boundary using the same mechanism we invoked above -- :ref:`filters.hexbin`.
75 2. :ref:`filters.hexbin` can also be used by the :ref:`density_command` to
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/plotting/
H A Dgmap.py148 hexbin = Figure.hexbin variable in GMap
H A Dfigure.py1128 …def hexbin(self, x, y, size, orientation="pointytop", palette="Viridis256", line_color=None, fill_… member in Figure
1225 from ..util.hex import hexbin
1227 bins = hexbin(x, y, size, orientation, aspect_scale=aspect_scale)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_binhex.py34 binhex.hexbin(self.fname2, self.fname1)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_binhex.py34 binhex.hexbin(self.fname2, self.fname1)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_binhex.py35 binhex.hexbin(self.fname2, self.fname1)
/dports/math/pdal/PDAL-2.3.0/doc/stages/
H A Dwriters.null.rst24 "type":"filters.hexbin"
/dports/converters/p5-Convert-BinHex/Convert-BinHex-1.125/
H A DMANIFEST21 test/hexbin
/dports/math/pdal/PDAL-2.3.0/doc/apps/
H A Ddensity.rst8 output of :ref:`filters.hexbin`.
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_binhex.py32 binhex.hexbin(self.fname2, self.fname1)
/dports/devel/R-cran-data.table/data.table/inst/tests/
H A Dtests-DESCRIPTION7 Suggests: ggplot2 (>= 0.9.0), reshape, hexbin, fastmatch, nlme, gdata, caret, rmarkdown, parallel
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_binhex.py31 binhex.hexbin(self.fname2, self.fname1)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_binhex.py31 binhex.hexbin(self.fname2, self.fname1)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_binhex.py31 binhex.hexbin(self.fname2, self.fname1)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_binhex.py31 binhex.hexbin(self.fname2, self.fname1)
/dports/math/R-cran-survey/survey/
H A DDESCRIPTION11 Suggests: foreign, MASS, KernSmooth, hexbin, RSQLite, quantreg,
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_binhex.py31 binhex.hexbin(self.fname2, self.fname1)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_binhex.py34 binhex.hexbin(self.fname2, self.fname1)
/dports/math/pdal/PDAL-2.3.0/
H A D.gitignore121 test/data/filters/hexbin-info.xml
122 test/data/filters/hexbin.xml
/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dgeom-hex.r102 hexC <- hexbin::hexcoords(dx, dy, n = 1)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dbinhex.pyi42 def hexbin(inp: str, out: str) -> None: ...

12345678