Platform
Solutions
Resources
Pricing
Sign in
Sign up
pernifloss
Workspace
Fork
Public
By
pernifloss
Edited
Dec 26, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
a
=
(
{
x
:
10
,
y
:
10
}
)
Insert cell
b
=
(
{
x
:
width
/
2
,
y
:
10
}
)
Insert cell
c
=
(
{
x
:
width
/
2
,
y
:
width
/
2
}
)
Insert cell
d
=
(
{
x
:
10
,
y
:
width
/
2
}
)
Insert cell
points
=
[
a
,
b
,
c
,
d
,
{
x
:
(
a
.
x
+
b
.
x
)
/
2
,
y
:
(
a
.
y
+
b
.
y
)
/
2
}
,
{
x
:
(
b
.
x
+
c
.
x
)
/
2
,
y
:
(
b
.
y
+
c
.
y
)
/
2
}
,
{
x
:
(
c
.
x
+
d
.
x
)
/
2
,
y
:
(
c
.
y
+
d
.
y
)
/
2
}
,
{
x
:
(
d
.
x
+
a
.
x
)
/
2
,
y
:
(
d
.
y
+
a
.
y
)
/
2
}
]
Insert cell
One platform
to build and deploy the best data apps
Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
canvas3
Edit
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
last
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
a
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
b
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
c
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
d
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
points
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML