Platform
Resources
Pricing
Sign in
Get started
ssk
Into telecom, standardization, R&D, spectrum, 3gpp, 5G, and obsessive for programming
Workspace
Fork
Public
By
ssk
Edited
Apr 26, 2023
Insert cell
Insert cell
hg
=
new
HexGrid
(
100
,
5
,
5
,
{
x
:
0
,
y
:
0
,
sectorOffset
:
30
}
)
Insert cell
import
{
HexGrid
,
CreateSVGTemplate
}
from
"@wiless/drawutils"
Insert cell
cells
=
hg
.
GridArea
(
300
,
300
)
Insert cell
Plot
.
plot
(
{
grid
:
true
,
marks
:
[
,
Plot
.
dot
(
cells
,
{
x
:
"x"
,
y
:
"y"
}
)
,
drawMe
(
[
100
]
)
]
}
)
Insert cell
function
drawMe
(
data
)
{
}
Insert cell
Insert cell
base
=
hg
.
getBaseHex
(
)
Insert cell
nodes
=
hg
.
GridArea
(
400
,
400
)
Insert cell
hg
.
GridPoints
(
)
Insert cell
base
.
Corners
(
)
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
hg
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
cells
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
drawMe
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
base
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
nodes
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML