Skip to content

Instantly share code, notes, and snippets.

View lcyraphael's full-sized avatar

Raphael Leung lcyraphael

View GitHub Profile
@lcyraphael
lcyraphael / Tag hierarchy
Last active August 14, 2017 20:45
Tag hierarchy with d3
We couldn’t find that file to show.
@lcyraphael
lcyraphael / lime.ipynb
Last active January 26, 2018 15:10
Explaining a classifier
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lcyraphael
lcyraphael / igraph.ipynb
Created May 17, 2018 20:45
Traversing graphs with tidygraph in R
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"mark": "bar",
"encoding": {
"x": {"field": "index", "type": "nominal"},
"y": {"field": "status", "type": "quantitative"}
},
"$schema": "https://vega.github.io/schema/vega-lite/v2.json",
"width": 450,
"height": 300,
"selection": {
@lcyraphael
lcyraphael / viz2.json
Last active September 24, 2018 13:13
{
"config": {"view": {"width": 400, "height": 300}},
"data": {"name": "data-1701ce6bfb83aecf23b70b684521d1ea"},
"mark": "bar",
"encoding": {
"tooltip": [
{"type": "nominal", "field": "purpose"},
{"type": "quantitative", "field": "count"}
],
"x": {"type": "nominal", "field": "purpose"},
This file has been truncated, but you can view the full file.
{
"config": {
"view": {"width": 450, "height": 450},
"axis": {
"labelFont": "Averta",
"labelFontSize": 12,
"titleFont": "Averta",
"titleFontSize": 12
},
"range": {"category": {"scheme": "tableau20"}},
{
"config": {
"view": {"width": 350, "height": 300},
"axis": {
"labelFont": "Averta",
"labelFontSize": 12,
"titleFont": "Averta",
"titleFontSize": 12
},
"range": {"category": {"scheme": "set2"}},
{
"config": {
"view": {
"width": 400,
"height": 275,
"fill": "lightgray",
"fillOpacity": 0.2,
"stroke": "transparent"
},
"axis": {
{
"config": {
"view": {"width": 400, "height": 450},
"axis": {
"labelFont": "Averta",
"labelFontSize": 12,
"labelLimit": 380,
"titleFont": "Averta",
"titleFontSize": 12
},
{
"config": {
"view": {"width": 400, "height": 450},
"axis": {
"labelFont": "Averta",
"labelFontSize": 12,
"labelLimit": 380,
"titleFont": "Averta",
"titleFontSize": 12
},