Skip to content

Commit

Permalink
Added stylesheet link to macrogenesis svgs
Browse files Browse the repository at this point in the history
Fixes #470
  • Loading branch information
thvitt committed Sep 26, 2018
1 parent e2d633c commit 1bf4953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions visualize.py
Expand Up @@ -126,6 +126,7 @@ def write_dot(graph: nx.MultiDiGraph, target='base_graph.dot', style=_load_style
agraph.node_attr['fontname'] = 'Ubuntu derivative Faust'
agraph.node_attr['fontsize'] = 12
agraph.graph_attr['rankdir'] = 'LR'
agraph.graph_attr['stylesheet'] = '/css/webfonts.css'

# extract the timeline
timeline = agraph.add_subgraph([node for node in agraph.nodes() if node.attr['kind'] == 'date'],
Expand Down

0 comments on commit 1bf4953

Please sign in to comment.