This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://vega.github.io/schema/vega-lite/v5.json", | |
"description": "scatter plot of blood pressure measurement with size and shape", | |
"width": 300, | |
"height": 180, | |
"data": { | |
"values": [ | |
{"sex": "male", "BP systolic": 120, "BP diastolic": 80, "glucose": 190, "bmi": 28}, | |
{"sex": "male", "BP systolic": 130, "BP diastolic": 90, "glucose": 95, "bmi": 24}, | |
{"sex": "male", "BP systolic": 160, "BP diastolic": 110, "glucose": 150, "bmi": 38}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://vega.github.io/schema/vega-lite/v5.json", | |
"description": "scatter plot of blood pressure measurement with target range", | |
"width": 300, | |
"height": 180, | |
"padding": {"left": 5, "top": 5, "right": 50, "bottom": 5}, | |
"data": { | |
"values": [ | |
{"sex": "male", "BP systolic": 120, "BP diastolic": 80, "glucose": 190, "bmi": 28}, | |
{"sex": "male", "BP systolic": 130, "BP diastolic": 90, "glucose": 95, "bmi": 24}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://vega.github.io/schema/vega-lite/v5.json", | |
"description": "scatter plot of diabetes patients", | |
"width": 500, | |
"data": { | |
"values": [ | |
{"sex": "male", "glucose": 190, "bmi": 28}, | |
{"sex": "male", "glucose": 95, "bmi": 24}, | |
{"sex": "male", "glucose": 150, "bmi": 34}, | |
{"sex": "female", "glucose": 80, "bmi": 28}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://vega.github.io/schema/vega-lite/v5.json", | |
"description": "Anteile der Vollimmunisierten an der Bevölkerungszahl der jeweiligen Altersgruppe in Prozent (via ORF). Though Vega-Lite supports only one scale per axes, one can create a parallel coordinate plot by folding variables, using `joinaggregate` to normalize their values and using ticks and rules to manually create axes.", | |
"data": { | |
"values": | |
[ | |
{ | |
"Gebiet": "Kärnten", | |
"16-24": 0.44, | |
"25-34": 1.31, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: bsd-3-clause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
NewerOlder