A 24-cell from Paul Bourke's Hyperspace User Manual.
Visualized with hypersolid.js by Miłosz Kośmider.
A 24-cell from Paul Bourke's Hyperspace User Manual.
Visualized with hypersolid.js by Miłosz Kośmider.
600 | |
1.85123 0.27009 0 0.707106 | |
1.85123 -0.27009 0 0.707106 | |
1.85123 0.437016 0.437016 0.437016 | |
1.85123 -0.437016 0.437016 0.437016 | |
1.85123 0 0.707106 0.27009 | |
1.85123 0.437016 -0.437016 0.437016 | |
1.85123 -0.437016 -0.437016 0.437016 | |
1.85123 0 -0.707106 0.27009 | |
1.85123 0.27009 0 -0.707106 |
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
background: #eee; | |
margin: auto; | |
position: relative; | |
} | |
text { |
Based on the Treemap example.
Data scraped from VFINX 500 holdings on August 25, 2014.
<script src="http://d3js.org/d3.v3.js"></script> | |
<style> | |
body { | |
background: #000; | |
margin: 2px; | |
} | |
img { | |
border-radius: 4px; | |
padding: 2px; | |
} |
Example of curved textPaths in arcs, based on this fiddle by Susa Merz.
Another variation of color-cycling a spanning tree generated by Prim’s algorithm. Here the periodicity of the color scale by tree depth is varied over time, alternating between emphasis of micro and macro structure. This idea was suggested in a Hacker News comment.