Skip to content

Instantly share code, notes, and snippets.

@YukiSakamoto
Last active December 18, 2015 21:49
Show Gist options
  • Select an option

  • Save YukiSakamoto/5849974 to your computer and use it in GitHub Desktop.

Select an option

Save YukiSakamoto/5849974 to your computer and use it in GitHub Desktop.
mapk
digraph mapk {
graph [label = "mapk", labelloc = t];
"mapk(phos=pYpT^1)" -> "pp(bs^1)|(1, 2)";
"pp(bs^1)|(1, 2)" -> "mapk(phos=pYpT^1)";
}
digraph "mapk(phos=YT^1).kk(bs^1)" {
graph [label = "mapk(phos=YT^1).kk(bs^1)", labelloc = t];
"mapk(phos=YT^1)" -> "kk(bs^1)";
"kk(bs^1)" -> "mapk(phos=YT^1)";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment