Exported from https://keckelt.github.io/playground/Cancer%20Gene%20Census.html for interactivity. Explore the data at https://cohort.caleydoapp.org/
Data in plot is subsampled
{ | |
"$schema": "https://vega.github.io/schema/vega-lite/v4.json", | |
"data": {"url": "data/cars.json"}, | |
"mark": {"type": "point", "tooltip": true}, | |
"encoding": { | |
"x": {"field": "Horsepower", "type": "quantitative"}, | |
"y": {"field": "Miles_per_Gallon", "type": "quantitative"}, | |
"color": {"field": "Origin", "type": "nominal"}, | |
"opacity": {"value": 0.5}, | |
"row": {"field": "Origin", "type": "ordinal"} |
Exported from https://keckelt.github.io/playground/Cancer%20Gene%20Census.html for interactivity. Explore the data at https://cohort.caleydoapp.org/
Data in plot is subsampled
{ | |
"$schema": "https://vega.github.io/schema/vega-lite/v4.json", | |
"description": "A simple bar chart with embedded data.", | |
"data": { | |
"values": [ | |
{"a": "A", "b": 28}, {"a": "B", "b": 55}, {"a": "C", "b": 43}, | |
{"a": "D", "b": 91}, {"a": "E", "b": 81}, {"a": "F", "b": 53}, | |
{"a": "G", "b": 19}, {"a": "H", "b": 87}, {"a": "I", "b": 52} | |
] | |
}, |
Bulk unsubscribe from all repos of an organization.
jku-icg-classroom
)included
= Not watching (Be notified only when participating or @mentioned.)release_only
= Releases only (Be notified of new releases, and when participating or @mentioned.){ | |
"$schema": "https://vega.github.io/schema/vega-lite/v4.json", | |
"description": "A simple bar chart with embedded data.", | |
"data": { | |
"values": [ | |
{"console": "NES", "sales": 61.2}, | |
{"console": "SNES", "sales": 49.1}, | |
{"console": "N64", "sales": 33}, | |
{"console": "GC", "sales": 21.7}, | |
{"console": "Wii", "sales": 101.6}, |
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Launch FireFox", // install https://marketplace.visualstudio.com/items?itemName=firefox-devtools.vscode-firefox-debug | |
"type": "firefox", | |
"request": "launch", | |
"url": "http://localhost:8080", | |
"webRoot": "${workspaceFolder}", | |
"pathMappings": [ |
{ | |
"$schema": "https://vega.github.io/schema/vega/v4.json", | |
"width": 500, | |
"height": 200, | |
"autosize": "none", | |
"signals": [ | |
{ | |
"name": "whichPoint", | |
"on": [ | |
{ |
{ | |
"$schema": "https://vega.github.io/schema/vega/v5.json", | |
"background": "white", | |
"padding": 5, | |
"width": 400, | |
"height": 300, | |
"style": "cell", | |
"data": [ | |
{ | |
"name": "source_0", |