Platform
Resources
Pricing
Sign in
Get started
Reid Randolph's Workspace
Workspace
Fork
Public
By
Reid Randolph
Edited
Apr 12, 2023
Fork of
Data Vis Course Assignment
•
1 fork
2
Insert cell
Insert cell
Insert cell
pizzaOrders@2.csv
Filter
Columns
8
Sort
Slice
Save
Type Table, then Shift-Enter. Ctrl-space for more options.
Insert cell
Plot
.
plot
(
{
marks
:
[
Plot
.
barY
(
pizza
,
{
x
:
"category"
,
y
:
"orders"
,
sort
:
{
x
:
"y"
,
reverse
:
true
}
}
)
,
Plot
.
ruleY
(
[
0
]
)
]
}
)
Insert cell
Plot
.
plot
(
{
marks
:
[
Plot
.
boxX
(
pizza
,
{
x
:
"orders"
,
y
:
"category"
,
sort
:
{
y
:
"x"
}
}
)
]
}
)
Insert cell
Plot
.
plot
(
{
marks
:
[
Plot
.
ruleY
(
[
0
]
)
,
Plot
.
lineY
(
pizza
,
{
x
:
"orderDate"
,
y
:
"orders"
}
)
]
}
)
Insert cell
Plot
.
plot
(
{
color
:
{
scheme
:
"ylgnbu"
}
,
marks
:
[
Plot
.
hexagon
(
pizza
,
Plot
.
hexbin
(
{
fill
:
"sum"
}
,
{
x
:
"orders"
,
y
:
"unit_price"
}
)
)
]
}
)
Insert cell
Plot
.
plot
(
{
marks
:
[
Plot
.
dot
(
pizza
,
Plot
.
dodgeY
(
{
x
:
"orders"
}
)
)
]
}
)
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
pizza
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
File attachments
pizzaOrders@2.csv
CSV
Databases
Filter
Column
Operator
Columns
Sort
Column
Direction
Descending
Ascending
Slice
From
Start
To
End
Add comment
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML