I hereby claim:
- I am alex-rind on github.
- I am alexanderrind (https://keybase.io/alexanderrind) on keybase.
- I have a public key ASBC4EgJPGJTXQv7VML7WY-M161GoMgMUwQljwQvN723kgo
To claim this, I am signing this object:
| { | |
| "$schema": "https://vega.github.io/schema/vega/v5.json", | |
| "description": "A scatterplot with tilt showing displacement, horsepower and miles per gallons for various cars.", | |
| "background": "white", | |
| "padding": 5, | |
| "width": 300, | |
| "height": 300, | |
| "style": "cell", | |
| "data": [ | |
| { |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "$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}, |
| { | |
| "$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}, |
| { | |
| "$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}, |
| { | |
| "$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, |
| license: mit |
| license: mit |
| license: gpl-3.0 |
| license: bsd-3-clause |