Skip to content

Instantly share code, notes, and snippets.

@johanrhodin
Created June 3, 2017 22:04
Show Gist options
  • Save johanrhodin/cb7117aed84e136d218e497872fbfb30 to your computer and use it in GitHub Desktop.
Save johanrhodin/cb7117aed84e136d218e497872fbfb30 to your computer and use it in GitHub Desktop.
With[{text=Text[Style["First Last",Black,FontFamily->"Helvetica",24]],graph=RandomGraph[BernoulliGraphDistribution[RandomInteger[{5,10}],RandomReal[{0.6,0.9}]],GraphHighlight->{RandomInteger[{1,10}]},ImageSize->{50,50}]},
Grid[{{Rotate[text,\[Pi]],graph},{text,graph}},
Frame->{{},{True,True}},
Alignment->{{Right,Left},{Center,Center}}]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment