Platform
Resources
Pricing
Sign in
Get started
devdutta
Workspace
Fork
Published
By
devdutta
Edited
Jun 25, 2019
Insert cell
md
`# Result 3: Visualizing Data`
Insert cell
alphabet
=
require
(
"@observablehq/alphabet"
)
Insert cell
vegalite
=
require
(
"@observablehq/vega-lite"
)
Insert cell
vegalite
(
{
data
:
{
values
:
alphabet
}
,
mark
:
"bar"
,
autosize
:
"fit"
,
width
:
width
,
encoding
:
{
x
:
{
field
:
"letter"
,
type
:
"ordinal"
}
,
y
:
{
field
:
"frequency"
}
}
}
)
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
alphabet
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
vegalite
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML