Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
TileStats
Guides
Tiling statistics
Symbols
HextileBins
HextileHistogram
TileBins
TileBinsPlot
TileHistogram
AntonAntonov`TileStats`
T
i
l
e
H
i
s
t
o
g
r
a
m
T
i
l
e
H
i
s
t
o
g
r
a
m
[
d
a
t
a
,
b
i
n
S
i
z
e
,
{
{
x
m
i
n
,
x
m
a
x
}
,
{
y
m
i
n
,
y
m
a
x
}
}
]
m
a
k
e
s
a
t
i
l
e
h
i
s
t
o
g
r
a
m
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
2
)
Basic Examples
(
1
)
Create a list of random 2D points:
I
n
[
1
]
:
=
S
e
e
d
R
a
n
d
o
m
[
8
8
9
]
;
d
a
t
a
=
R
a
n
d
o
m
V
a
r
i
a
t
e
[
M
u
l
t
i
n
o
r
m
a
l
D
i
s
t
r
i
b
u
t
i
o
n
[
{
1
0
,
1
0
}
,
7
*
I
d
e
n
t
i
t
y
M
a
t
r
i
x
[
2
]
]
,
3
0
0
]
;
Show corresponding histogram (together with the points):
I
n
[
2
]
:
=
T
i
l
e
H
i
s
t
o
g
r
a
m
[
d
a
t
a
,
8
,
P
l
o
t
R
a
n
g
e
A
l
l
,
E
p
i
l
o
g
{
R
e
d
,
P
o
i
n
t
[
d
a
t
a
]
}
]
O
u
t
[
2
]
=
Another histogram with smaller tile size:
I
n
[
3
]
:
=
T
i
l
e
H
i
s
t
o
g
r
a
m
[
d
a
t
a
,
2
,
P
l
o
t
R
a
n
g
e
A
l
l
,
E
p
i
l
o
g
{
R
e
d
,
P
o
i
n
t
[
d
a
t
a
]
}
]
O
u
t
[
3
]
=
O
p
t
i
o
n
s
(
1
)
S
e
e
A
l
s
o
"
X
X
X
X
"
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
T
i
l
i
n
g
s
t
a
t
i
s
t
i
c
s
"
"