Platform
Resources
Pricing
Sign in
Get started
Fil
Vocateur.
Workspace
Fork
Published unlisted
2 collections
By
Fil
Edited
Aug 31, 2021
Importers
2 stars
2
Insert cell
Insert cell
2
Plot
=
FileAttachment
(
"plot@1.umd.js"
)
.
url
(
)
.
then
(
require
)
Insert cell
Plot
.
plot
(
{
className
:
"plot hello"
,
x
:
{
className
:
"axis-x"
}
,
y
:
{
className
:
"axis-y"
}
,
marks
:
[
Plot
.
frame
(
{
className
:
"frame"
}
)
,
Plot
.
dot
(
{
length
:
10
}
,
{
x
:
Math
.
random
,
y
:
Math
.
random
,
className
:
"world"
}
)
]
}
)
Insert cell
html
`<style>
.hello { background: #fefef2 }
.frame { stroke: blue }
.axis-x { stroke: red }
.axis-y { stroke: orange }
.world { fill: lime }
`
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
Listed in...
Plot Experiments
Fil
Plot
Fil
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Plot
Show 2 comments
Copy import
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