Platform
Resources
Pricing
Sign in
Get started
SUGIMOTO Tatsuo
Designer, Artist, Researcher, Educator @sugi2000lab . co-translator for Japanese edition of “Generative Design” and “Code as Creative Medium”.
Workspace
Fork
Published
By
SUGIMOTO Tatsuo
Edited
Jan 23, 2019
Insert cell
Insert cell
view
=
{
const
svg
=
d3
.
select
(
DOM
.
svg
(
width
,
200
)
)
svg
.
append
(
'text'
)
.
attr
(
'x'
,
10
)
.
attr
(
'y'
,
20
)
return
svg
.
node
(
)
}
Insert cell
update
=
function
(
text
)
{
d3
.
select
(
view
)
.
select
(
'text'
)
.
text
(
editor
)
}
Insert cell
Insert cell
viewof
editor
=
textarea
(
{
width
:
"100%"
,
rows
:
20
,
}
)
Insert cell
Insert cell
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
view
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
update
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
editor
Add comment
Copy import
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
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
d3
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML