Skip to content

Instantly share code, notes, and snippets.

View emackey's full-sized avatar

Ed Mackey emackey

View GitHub Profile
@emackey
emackey / BoundingSphereUnions.html
Created May 31, 2015 23:18
Over-simplified, slightly inaccurate visualizations of spheres using circles.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <!-- Use Chrome Frame in IE -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta name="description" content="Draw some circles.">
<meta name="cesium-sandcastle-labels" content="Showcases">
<title>Cesium Demo</title>
<script type="text/javascript" src="../Sandcastle-header.js"></script>
@emackey
emackey / index.html
Last active August 25, 2016 15:06
Plotly scatter test
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Plotly sample</title>
<script src="https://cdn.plot.ly/plotly-1.16.3.min.js"></script>
<style>
#myPlot {
width: 100%;
height: 100%;