Platform
Resources
Pricing
Sign in
Get started
Riccardo
Gutta cavat lapidem
Workspace
Fork
Public
Math
By
Riccardo
Edited
Dec 24, 2022
Insert cell
Insert cell
Insert cell
viewof
omega
=
Inputs
.
range
(
[
0
,
10
]
,
{
label
:
"Omega"
,
step
:
0.1
}
)
Insert cell
viewof
delta
=
Inputs
.
range
(
[
0
,
3
]
,
{
label
:
"phase difference"
,
step
:
0.1
}
)
Insert cell
Plot
.
plot
(
{
inset
:
10
,
width
:
600
,
height
:
600
,
grid
:
true
,
x
:
{
label
:
"x1"
,
domain
:
[
-
1
,
1
]
}
,
y
:
{
label
:
"x2"
,
domain
:
[
-
1
,
1
]
}
,
marks
:
[
Plot
.
frame
(
)
,
Plot
.
line
(
data
,
{
x
:
"x1"
,
y
:
"x2"
}
)
]
}
)
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
omega
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
delta
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML