Platform
Resources
Pricing
Sign in
Get started
Periscopic
The socially conscious data visualization firm. We turn data into interactive visual experiences for empathy and understanding.
Workspace
Fork
Unlisted
By
Zach Bogart
Edited
Feb 2, 2023
1
Insert cell
Insert cell
Insert cell
world
=
FileAttachment
(
"countries-110m.json"
)
.
json
(
)
Insert cell
countries
=
topojson
.
feature
(
world
,
world
.
objects
.
countries
)
Insert cell
Plot
.
plot
(
{
width
,
height
:
500
,
projection
:
"equal-earth"
,
marks
:
[
Plot
.
geo
(
countries
)
]
}
)
Insert cell
Insert cell
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
world
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
countries
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML