Skip to content

Instantly share code, notes, and snippets.

@afomi
Created January 6, 2015 05:42
Show Gist options
  • Save afomi/890dc055f334f9fe9068 to your computer and use it in GitHub Desktop.
Save afomi/890dc055f334f9fe9068 to your computer and use it in GitHub Desktop.
Graphviz: Mapping Communication Patterns
<script type="text/vnd.graphviz" id="graphviz">
digraph G {
send_a_link ->
user_clicks_on_link ->
page_opens ->
users_sees_page;
send_an_image_in_HipChat ->
users_sees_page;
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment