« Utilisateur:Lisango75/Modélisation des Réseaux (M1 SIREN, 2021)/Activité D » : différence entre les versions

Contenu supprimé Contenu ajouté
Lisango75 (discussion | contributions)
Aucun résumé des modifications
Lisango75 (discussion | contributions)
Aucun résumé des modifications
Ligne 107 :
|1.57
|}
<graph>{
"version": 2,
"width": 400,
"height": 200,
"data": [
{
"name": "table",
"values": [
{
"x": 1,
"y": 5
},
{
"x": 2,
"y": 5
},
{
"x": 3,
"y": 4
},
{
"x": 4,
"y": 1
},
{
"x": 7,
"y": 1
}
]
}
],
"scales": [
{
"name": "x",
"type": "ordinal",
"range": "width",
"zero": false,
"domain": {
"data": "table",
"field": "x"
}
},
{
"name": "y",
"type": "linear",
"range": "height",
"nice": true,
"domain": {
"data": "table",
"field": "y"
}
}
],
"axes": [
{
"type": "x",
"scale": "x"
},
{
"type": "y",
"scale": "y"
}
],
"marks": [
{
"type": "rect",
"from": {
"data": "table"
},
"properties": {
"enter": {
"x": {
"scale": "x",
"field": "x"
},
"y": {
"scale": "y",
"field": "y"
},
"y2": {
"scale": "y",
"value": 0
},
"fill": {
"value": "steelblue"
},
"width": {
"scale": "x",
"band": "true",
"offset": -1
}
}
}
}
]
}</graph>
[[Catégorie:{{#titleparts: {{PAGENAME}} | | 2 }}]]