Home
last modified time | relevance | path

Searched refs:hexbin (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/alertingDashboards/node_modules/d3-hexbin/
H A DREADME.md1 # d3-hexbin
15 var hexbin = d3.hexbin();
20 [Try d3-hexbin in your browser.](https://tonicdev.com/npm/d3-hexbin)
24 <a name="hexbin" href="#hexbin">#</a> d3.<b>hexbin</b>()
26 Constructs a new default [hexbin generator](#_hexbin).
40 var hexbin = d3.hexbin();
47 .data(hexbin(points))
56 .data(hexbin(points))
59 .attr("d", hexbin.hexagon());
113 hexbin.extent([[0, 0], [width, height]]);
[all …]
/dports/math/pdal/PDAL-2.3.0/doc/stages/
H A Dfilters.hexbin.rst1 .. _filters.hexbin:
3 filters.hexbin
11 .. figure:: filters.hexbin.img1.jpg
18 The hexbin filter reads a point stream and writes out a metadata record that
32 the hexbin filter:
39 "type" : "filters.hexbin"
45 $ pdal pipeline hexbin-pipeline.json --metadata hexbin-out.json
53 "filters.hexbin":
105 If not set, the hexbin filter will estimate a hex size based on a sample of
106 the data. If set, hexbin will use the provided size in constructing the
/dports/math/pdal/PDAL-2.3.0/test/unit/filters/
H A DHexbinFilterTest.cpp73 Stage* hexbin(f.createStage("filters.hexbin")); in TEST() local
80 EXPECT_TRUE(hexbin); in TEST()
81 hexbin->setOptions(hexOptions); in TEST()
82 hexbin->setInput(*reader); in TEST()
86 hexbin->prepare(table); in TEST()
87 hexbin->execute(table); in TEST()
90 m = m.findChild(hexbin->getName()); in TEST()
/dports/math/py-arviz/arviz-0.11.4/arviz/plots/backends/matplotlib/
H A Dpairplot.py186 hexbin = ax.hexbin(
195 cbar = ax.figure.colorbar(hexbin, ticks=[hexbin.norm.vmin, hexbin.norm.vmax], ax=ax)
292 hexbin = ax[j, i].hexbin(var1, var2, gridsize=gridsize, **hexbin_kwargs)
300 hexbin_values.append(hexbin.norm.vmin)
301 hexbin_values.append(hexbin.norm.vmax)
305 hexbin, ticks=[hexbin.norm.vmin, hexbin.norm.vmax], cax=cax
/dports/math/R-cran-survey/survey/R/
H A Dsurveygraph.R43 rval<-hexbin::hexbin(X,Y,IDs=TRUE,xbins=xbins)
50 hexbin::gplot.hexbin(rval, legend=legend, style="centroids",...)
56 rval<-hexbin::hexbin(X,Y,IDs=TRUE,xbins=xbins)
59 hexbin::gplot.hexbin(rval, legend=legend,...)
154 hexbin={
163 … rval<-hexbin::hexbin(x,y,IDs=TRUE,xbins=xbins,shape=ht/wd,xbnds=vp$xscale,ybnds=vp$yscale)
170 hexbin::grid.hexagons(rval,style=style, maxarea=switch(hexscale, relative=0.8,
/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dhexbin.R28 hb <- hexbin::hexbin(
37 out <- new_data_frame(hexbin::hcell2xy(hb))
/dports/math/pdal/PDAL-2.3.0/kernels/
H A DDensityKernel.cpp77 HexBin* hexbin = dynamic_cast<HexBin*>(m_hexbinStage); in outputDensity() local
78 if (!hexbin) in outputDensity()
81 hexer::HexGrid* grid = hexbin->grid(); in outputDensity()
/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/util/
H A Dtest_hex.py86 bins = buh.hexbin(x, y, 2)
91 assert bins.equals(buh.hexbin(x, y, 2, "pointytop"))
94 bins = buh.hexbin(x, y, 2, "flattop")
/dports/math/pdal/PDAL-2.3.0/test/data/pipeline/
H A Dhexbin.json.in5 "type":"filters.hexbin",
11 "@CMAKE_SOURCE_DIR@/test/temp/hexbin.las"
H A Dinvalid1.json.in5 "type":"filters.hexbin",
11 "@CMAKE_SOURCE_DIR@/test/temp/hexbin.las"
H A Dhexbin-info.json.in5 "type":"filters.hexbin",
H A Dnonstreamable.json.in8 "@CMAKE_SOURCE_DIR@/test/temp/hexbin.las"
/dports/math/R-cran-survey/survey/man/
H A Dsvycoplot.Rd10 svycoplot(formula, design, style = c("hexbin", "transparent"), basecol =
40 svycoplot(api00~api99|sch.wide*comp.imp, design=dclus2, style="hexbin")
41 svycoplot(api00~api99|sch.wide*comp.imp, design=dclus2, style="hexbin", hexscale="absolute")
H A Dsvyplot.Rd40 binning scatterplots, and require the \code{hexbin} package from
82 ## these two require the hexbin package
103 ## To draw on a hexbin plot you need grid graphics, eg,
/dports/math/pdal/PDAL-2.3.0/doc/workshop/slides/source/
H A Ddensity.rst18 filters.hexbin
66 --filters.hexbin.edge_size=24
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/statistics/
H A Dhexbin_demo.py31 hb = ax.hexbin(x, y, gridsize=50, cmap='inferno')
38 hb = ax.hexbin(x, y, gridsize=50, bins='log', cmap='inferno')
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/statistics/
H A Dhexbin_demo.py31 hb = ax.hexbin(x, y, gridsize=50, cmap='inferno')
38 hb = ax.hexbin(x, y, gridsize=50, bins='log', cmap='inferno')
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/statistics/
H A Dhexbin_demo.py31 hb = ax.hexbin(x, y, gridsize=50, cmap='inferno')
38 hb = ax.hexbin(x, y, gridsize=50, bins='log', cmap='inferno')
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/analysis/density/
H A Ddensity.rst18 field of hexagons computed with :ref:`filters.hexbin`. It is a kind of
89 using the options in :ref:`filters.hexbin`.
96 --filters.hexbin.edge_size=24
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Dbinhex.rst28 .. function:: hexbin(input[, output])
62 As of this writing, :func:`hexbin` appears to not work in all cases.
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Dbinhex.rst28 .. function:: hexbin(input[, output])
62 As of this writing, :func:`hexbin` appears to not work in all cases.
/dports/net/wireshark/wireshark-3.6.1/test/lua/
H A Dacme_file.lua495 local hexbin = {
530 return char(hexbin[word:sub(1,2)], hexbin[word:sub(3,4)])
532 return char(hexbin[word:sub(1,1)], hexbin[word:sub(2,3)])
534 return char(0, hexbin[word])
680 bufftbl[index] = char(hexbin[word])
/dports/net/wireshark-lite/wireshark-3.6.1/test/lua/
H A Dacme_file.lua495 local hexbin = {
530 return char(hexbin[word:sub(1,2)], hexbin[word:sub(3,4)])
532 return char(hexbin[word:sub(1,1)], hexbin[word:sub(2,3)])
534 return char(0, hexbin[word])
680 bufftbl[index] = char(hexbin[word])
/dports/net/tshark-lite/wireshark-3.6.1/test/lua/
H A Dacme_file.lua495 local hexbin = {
530 return char(hexbin[word:sub(1,2)], hexbin[word:sub(3,4)])
532 return char(hexbin[word:sub(1,1)], hexbin[word:sub(2,3)])
534 return char(0, hexbin[word])
680 bufftbl[index] = char(hexbin[word])
/dports/net/tshark/wireshark-3.6.1/test/lua/
H A Dacme_file.lua495 local hexbin = {
530 return char(hexbin[word:sub(1,2)], hexbin[word:sub(3,4)])
532 return char(hexbin[word:sub(1,1)], hexbin[word:sub(2,3)])
534 return char(0, hexbin[word])
680 bufftbl[index] = char(hexbin[word])

12345678