Sunburst as in Mike Bostock's block
The select menu should control the zoom state of the graph.
| sed -i 's/foo/bar/g' ~/file_to_change.txt |
| #! /usr/bin/env python3 | |
| import sys | |
| import datetime | |
| import os | |
| # set title to command-line argument, or default | |
| if (len(sys.argv) > 1): | |
| title = sys.argv[1] | |
| else: |
Sunburst as in Mike Bostock's block
The select menu should control the zoom state of the graph.