Skip to content

Instantly share code, notes, and snippets.

View JakeTTU's full-sized avatar

JakeTTU

View GitHub Profile
@JakeTTU
JakeTTU / data.csv
Created August 22, 2020 18:01
Radial Chart for Clinical Attributes
name value
alcohol 1
psychosis 0
anxiety-non-trama 0
somatic 0
eating 1
bipolar 0
depression 0
PD-Cluster C-anxiety 0
PD-Cluster B-emotional 0
<!DOCTYPE html>
<html lang="en">
<style>
</style>
<head>
<meta charset="UTF-8">
<title>Object Distribution Matrix</title>
</head>
<body>
@JakeTTU
JakeTTU / graph.json
Last active May 16, 2020 20:40
Graph w/ Link Filtering
{
"nodes": [
{
"name": "Person1",
"group": "#000"
},
{
"name": "Person2",
"group": "#000"
},