Platform
Resources
Pricing
Sign in
Contact us
Lena MK
Directrice technique de la Maison MONA Candidate au doctorat en histoire de l’art à l'Université de Montréal, option recherche-création
Workspace
Fork
Public
HNU3056-6056
By
Lena MK
Edited
May 13, 2024
2 forks
Importers
3 stars
3
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
panoramaSlides
(
infographics
.
map
(
d
=>
d
.
url
)
,
infographics
.
map
(
d
=>
d
.
caption
)
,
infographics
.
map
(
d
=>
d
.
source
)
,
infographics
.
map
(
d
=>
d
.
name
)
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
artists
=
FileAttachment
(
"Artists.json"
)
.
json
(
)
Insert cell
artists
Filter
Columns
Sort
Slice
Save
Type Table, then Shift-Enter. Ctrl-space for more options.
Insert cell
artistesAllemands
=
artists
.
filter
(
d
=>
d
.
Nationality
==
"German"
)
Insert cell
artistesSansOrigineRenseignee
=
artists
.
filter
(
d
=>
d
.
Nationality
==
null
)
Insert cell
artistesPasAllemands
=
artists
.
filter
(
d
=>
d
.
Nationality
!=
"German"
)
Insert cell
artists
SELECT * FROM artists WHERE BeginDate==1912
Insert cell
artistesAllemands
SELECT * FROM artistesAllemands WHERE BeginDate == 1912
Insert cell
Artworks-select-Lena.csv
Filter
Columns
Sort
Slice
Save
Type Table, then Shift-Enter. Ctrl-space for more options.
Insert cell
artworksSelectLena
Insert cell
Insert cell
Insert cell
data
Clear All
Swap X/Y
Customize
X
dateProduction
Y
—
Color
—
Size
—
Facet X
—
Facet Y
categorie
Mark
Auto
Type Chart, then Shift-Enter. Ctrl-space for more options.
Insert cell
data
Insert cell
Plot
.
plot
(
{
marginLeft
:
120
,
width
:
1200
,
x
:
{
tickRotate
:
-
45
,
}
,
marks
:
[
Plot
.
dot
(
data
,
{
x
:
"dateProduction"
,
y
:
"categorie"
}
)
]
}
)
Insert cell
Plot
.
plot
(
{
width
:
1200
,
marginLeft
:
120
,
x
:
{
tickRotate
:
-
45
}
,
marks
:
[
Plot
.
dot
(
data
,
{
x
:
"dateProduction"
,
y
:
"categorie"
}
)
]
}
)
Insert cell
Plot
.
plot
(
{
marks
:
[
Plot
.
barY
(
data
,
{
x
:
"produced_at"
,
y
:
"count"
}
)
,
Plot
.
ruleY
(
[
0
]
)
]
}
)
Insert cell
Plot
.
plot
(
{
height
:
550
,
width
:
1200
,
marginBottom
:
50
,
x
:
{
tickRotate
:
-
45
,
}
,
marks
:
[
Plot
.
dot
(
data
,
Plot
.
dodgeY
(
{
x
:
"dateProduction"
,
fill
:
"categorie"
,
title
:
"titre"
}
)
)
]
,
color
:
{
legend
:
true
,
}
,
}
)
Insert cell
cars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import
{
toc
}
from
"@lenamk/toc"
Insert cell
import
{
tp1
}
from
"@lenamk/plan-du-cours-hnu6056-hnu3056"
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
planCours1
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
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
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
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
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
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
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
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
oeuvresMONA
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
artists
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
artists
File attachments
Artists.json
JSON
Artworks-select.csv
CSV
Artworks-select-Lena.csv
CSV
Databases
Filter
Column
Operator
Columns
Sort
Column
Direction
Descending
Ascending
Slice
From
Start
To
End
artistesAllemands
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
artistesSansOrigineRenseignee
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
artistesPasAllemands
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
artists
File attachments
Artists.json
JSON
Artworks-select.csv
CSV
Artworks-select-Lena.csv
CSV
Databases
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
artistesAllemands
File attachments
Artists.json
JSON
Artworks-select.csv
CSV
Artworks-select-Lena.csv
CSV
Databases
artworksSelectLena
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
File attachments
Artists.json
JSON
Artworks-select.csv
CSV
Artworks-select-Lena.csv
CSV
Databases
Filter
Column
Operator
Columns
Sort
Column
Direction
Descending
Ascending
Slice
From
Start
To
End
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
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
data
File attachments
Artists.json
JSON
Artworks-select.csv
CSV
Artworks-select-Lena.csv
CSV
Customize
Clear
Title
Subtitle
Caption
Height
Width
Auto
Full
Margin
Top
Right
Bottom
Left
Inset
Legend
Auto
None
X label
X scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
X options
Grid
Reverse
Y label
Y scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
Y options
Grid
Reverse
Color scheme
Auto
Color scheme
Auto
Default color schemes
Sequential
Diverging
Cyclical
Categorical
Sequential color schemes
Blues
Greens
Greys
Oranges
Purples
Reds
Turbo
Viridis
Inferno
Magma
Plasma
Cividis
Warm
Cool
BuGn
BuPu
GnBu
OrRd
PuBuGn
PuBu
PuRd
RdPu
YlGnBu
YlGn
YlOrBr
YlOrRd
Diverging color schemes
BrBG
PRGn
PiYG
PuOr
RdBu
RdGy
RdYlBu
RdYlGn
Spectral
Cyclical color schemes
Sinebow
Turbo
Categorical color schemes
Category10
Accent
Dark2
Paired
Pastel1
Pastel2
Set1
Set2
Set3
Tableau10
Color scale
Auto
Scale
Auto
linear
log
sqrt
symlog
categorical
ordinal
Color options
Reverse
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Field
—
Field
—
Mark
Auto
—
bar
dot
line
area
rule
Add comment
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
Add comment
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
beforeData
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
geoMathData
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
infographics
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
panoramaSlides
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
formatPanorama
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML