Platform
Resources
Pricing
Sign in
Get started
Adalberto M. Filho
Workspace
Fork
Public
By
Adalberto M. Filho
Edited
Sep 19, 2023
ISC
Fork of
Plot Scatterplot
1
Insert cell
Insert cell
data
=
d3
.
csv
(
"https://raw.githubusercontent.com/filhoalm/Breast_cancer/main/data/data_er_9162023.csv"
,
d3
.
autoType
)
Insert cell
data
Filter
1
Columns
Sort
Slice
Save
Type Table, then Shift-Enter. Ctrl-space for more options.
Insert cell
Plot
.
plot
(
{
y
:
{
grid
:
true
,
//tickFormat: "+f",
label
:
"Breast cancer by subtype"
}
,
color
:
{
scheme
:
"BuRd"
}
,
marks
:
[
Plot
.
ruleY
(
[
0
]
)
,
Plot
.
dot
(
data
,
{
x
:
"year"
,
y
:
"rr"
,
stroke
:
"er_label"
}
)
]
}
)
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
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
data
File attachments
penguins.csv
CSV
Databases
Filter
site
Operator
Column
Operator
Columns
Sort
Column
Direction
Descending
Ascending
Slice
From
Start
To
End
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML