Platform
Resources
Pricing
Sign in
Get started
DV DESIGN 2025 SPRING
Workspace
Fork
Public
By
Angie Hjort
Edited
Mar 31
Fork of
Plot World Map
1
Insert cell
Insert cell
Plot
.
plot
(
{
projection
:
{
type
:
"azimuthal-equidistant"
,
rotate
:
[
-
9
,
-
60
]
,
domain
:
circle
,
inset
:
10
}
,
width
,
marks
:
[
Plot
.
geo
(
land
,
{
fill
:
"#fff"
,
stroke
:
"#000"
}
)
,
Plot
.
graticule
(
)
,
Plot
.
sphere
(
)
]
}
)
Insert cell
circle
=
d3
.
geoCircle
(
)
.
center
(
[
9
,
60
]
)
.
radius
(
30
)
(
)
Insert cell
land
=
topojson
.
feature
(
land50m
,
land50m
.
objects
.
land
)
Insert cell
land50m
=
FileAttachment
(
"land-50m.json"
)
.
json
(
)
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
Compare fork
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
circle
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
land
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
land50m
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML