Skip to content

Instantly share code, notes, and snippets.

View dsaffo's full-sized avatar
☄️

David Saffo dsaffo

☄️
  • Boston, Detroit
View GitHub Profile
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="stylesheet" href="http://cmx.io/v/0.1/cmx.css"/>
<script src="http://cmx.io/v/0.1/cmx.js"></script>
<body>
<scene id="scene1">
<label t="translate(0,346)">
<tspan x="0" y="0em">1: Likert or Not</tspan>
</label>
@dsaffo
dsaffo / README.md
Last active October 15, 2020 19:24
VisConnect Where's the Square

VisConnect Where's the Square

This VisConnect example, created by Micha Schawb, demonstrates divde and conquer collaberative brushing. Click the visconnect logo on the bottom right and send the coppied URL to a friend. Once they open the link all your interactions will be synchronized!

@dsaffo
dsaffo / LICENSE
Last active July 29, 2020 20:32 — forked from amitkaps/LICENSE
Scatter Brushing Rule
The MIT License (MIT)
Copyright (c) 2017 Amit Kapoor
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@dsaffo
dsaffo / .block
Last active July 29, 2020 20:32 — forked from jakevdp/.block
Example of an interactive time-series plot
license: MIT
@dsaffo
dsaffo / LICENSE
Last active July 29, 2020 20:31 — forked from amitkaps/LICENSE
Multi Line Highlight
The MIT License (MIT)
Copyright (c) 2017 Amit Kapoor
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@dsaffo
dsaffo / .block
Last active October 15, 2020 19:27 — forked from jakevdp/.block
VisConnect X Vega: Interactive Exploration of Seattle Weather
license: MIT
@dsaffo
dsaffo / .block
Last active July 29, 2020 20:31 — forked from jakevdp/.block
Vega-Lite Bike Counts with Dynamic Scale
license: MIT
@dsaffo
dsaffo / index.html
Last active July 29, 2020 19:30
Vega X VisConnect: Multi Series Line Chart with Tooltip
<!DOCTYPE html>
<html>
<head>
<title>Embedding Vega-Lite</title>
<script src="https://unpkg.com/peerjs@1.0.4/dist/peerjs.min.js"></script>
<script src="https://unpkg.com/visconnect@1.1.2/visconnect-bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vega@5.13.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-lite@4.14.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-embed@6.10.0"></script>
</head>
@dsaffo
dsaffo / index.html
Last active July 29, 2020 19:30
Vega X VisConnect: Query Widgets
<!DOCTYPE html>
<html>
<head>
<title>Embedding Vega-Lite</title>
<script src="https://unpkg.com/peerjs@1.0.4/dist/peerjs.min.js"></script>
<script src="https://unpkg.com/visconnect@1.1.2/visconnect-bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vega@5.13.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-lite@4.14.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-embed@6.10.0"></script>
</head>
@dsaffo
dsaffo / index.html
Last active July 29, 2020 19:30
Vega X VisConnect: Query Widgets
<!DOCTYPE html>
<html>
<head>
<title>Embedding Vega-Lite</title>
<script src="https://unpkg.com/peerjs@1.0.4/dist/peerjs.min.js"></script>
<script src="https://unpkg.com/visconnect@1.1.2/visconnect-bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vega@5.13.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-lite@4.14.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-embed@6.10.0"></script>
</head>