Skip to content

Instantly share code, notes, and snippets.

@Taywee
Created May 17, 2016 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Taywee/71a85bac8fd7f3fc1a90e7bc88ecbc39 to your computer and use it in GitHub Desktop.
Save Taywee/71a85bac8fd7f3fc1a90e7bc88ecbc39 to your computer and use it in GitHub Desktop.
tipples dotfile
digraph Tipples {
label = "Famous\nTipples";
subgraph cluster_film {
label = "Film";
color = "#7E795D";
humphreybogart [label = "Humphrey\nBogart"];
georgelucas [label = "George\nLucas"];
johntravolta [label = "John\nTravolta"];
marilynmonroe [label = "Marilyn\nMonroe"];
jenniferaniston [label = "Jennifer\nAniston"];
angelinapitt [label = "Angelina\nPitt"];
keanureeves [label = "Keanu\nReeves"];
johnnydepp [label = "Johnny\nDepp"];
}
subgraph cluster_celebrities {
label = "Celebrities";
color = "#9E5BBC";
katemoss [label = "Kate Moss"];
waltdisney [label = "Walt\nDisney"];
oprah [label = "Oprah"];
johnrockefeller [label = "John\nRockefeller"];
ditavonteese [label = "Dita von\nTeese"];
kimkardashian [label = "Kim\nKardashian"];
giselebundchen [label = "Gisele\nBundchen"];
simoncowell [label = "Simon\nCowell"];
}
subgraph cluster_musicians {
label = "Musicians";
color = "#67441E";
rihanna [label = "Rihanna"];
bono [label = "Bono"];
ladygaga [label = "Lady Gaga"];
beyonce [label = "Beyonce"];
jayz [label = "Jay-Z"];
sting [label = "Sting"];
franksinatra [label = "Frank\nSinatra"];
kanyewest [label = "Kanye West"];
}
subgraph cluster_artists {
label = "Artists";
color = "#AB3F7F";
andywarhol [label = "Andy\nWarhol"];
toulouselautrec [label = "Toulouse-\nLautrec"];
paulgauguin [label = "Paul\nGauguin"];
pablopicasso [label = "Pablo\nPicasso"];
claudemonet [label = "Claude\nMonet"];
vangogh [label = "Van Gogh"];
edouardmanet [label = "Edouard\nManet"];
salvadordali [label = "Salvador\nDali"];
}
subgraph cluster_writers {
label = "Writers";
color = "#072DBA";
carsonmccullers [label = "Carson\nMcCullers"];
ednastvincentmillay [label = "Edna St.\nVincent\nMillay"];
ernesthemmingway [label = "Ernest\nHemmingway"];
raymondchandler [label = "Raymond\nChandler"];
johnsteinbeck [label = "John\nSteinbeck"];
oscarwilde [label = "Oscar\nWilde"];
anthonyburgess [label = "Anthony\nBurgess"];
fscottfitzgerald [label = "F. Scott\nFitzgerald"];
charlesbukowski [label = "Charles\nBukowski"];
}
subgraph cluster_politicians {
label = "Politicians";
color = "#0E258E";
lyndonbjohnson [label = "Lyndon B.\nJohnson"];
napoleonbonaparte [label = "Napoleon\nBonaparte"];
geraldford [label = "Gerald\nFord"];
queenelizabethii [label = "Queen\nElizabeth\nII"];
barackobama [label = "Barack\nObama"];
margaretthatcher [label = "Margaret\nThatcher"];
winstonchurchill [label = "Winston\nChurchill"];
richardnixon [label = "Richard\nNixon"];
}
gintonic [label = "Gin &\nTonic"];
pomegranatemartini [label = "Pomegranate\nMartini"];
scotchsoda [label = "Scotch &\nSoda"];
redwine [label = "Red Wine"];
sonnieboy [label = "Sonnie Boy"];
ginrickey [label = "Gin Rickey"];
tequila [label = "Tequila"];
french [label = "French 76"];
gindubonet [label = "Gin &\nDubonet"];
whiskey [label = "Whiskey"];
mojito [label = "Mojito"];
rumcoke [label = "Rum & Coke"];
whiterussian [label = "White\nRussian"];
moscatowine [label = "Moscato\nWine"];
jamesongingercocktail [label = "Jameson &\nGinger\nCocktail"];
gimlet [label = "Gimlet"];
scotch [label = "Scotch"];
margarita [label = "Margarita"];
whiskeysoda [label = "Whiskey &\nSoda"];
absinthe [label = "Absinthe"];
bombaysapphiremartini [label = "Bombay\nSapphire\nMartini"];
bourbonsour [label = "Bourbon\nSour"];
thejackrose [label = "The Jack\nRose"];
hangmansblood [label = "Hangman's\nBlood"];
ginmartini [label = "Gin\nMartini"];
triplesec [label = "Triple Sec"];
oldfashioned [label = "Old\nFashioned"];
lemondrop [label = "Lemon Drop"];
champagne [label = "Champagne"];
beer [label = "Beer"];
peachpassion [label = "Peach\nPassion"];
boilermaker [label = "Boilermaker"];
rumsidecar [label = "Rum\nSidecar"];
humphreybogart -> scotch;
georgelucas -> oldfashioned;
johntravolta -> bombaysapphiremartini;
marilynmonroe -> champagne;
jenniferaniston -> margarita;
angelinapitt -> tequila;
keanureeves -> redwine;
johnnydepp -> bourbonsour;
katemoss -> french;
waltdisney -> scotch;
oprah -> lemondrop;
oprah -> pomegranatemartini;
johnrockefeller -> ginmartini;
ditavonteese -> triplesec;
kimkardashian -> whiterussian;
giselebundchen -> peachpassion;
simoncowell -> beer;
rihanna -> jamesongingercocktail;
bono -> whiskey;
ladygaga -> whiskey;
beyonce -> margarita;
jayz -> champagne;
sting -> whiskey;
franksinatra -> whiskey;
kanyewest -> moscatowine;
andywarhol -> champagne;
toulouselautrec -> absinthe;
paulgauguin -> absinthe;
pablopicasso -> absinthe;
claudemonet -> absinthe;
vangogh -> absinthe;
edouardmanet -> absinthe;
salvadordali -> absinthe;
carsonmccullers -> sonnieboy;
ednastvincentmillay -> rumsidecar;
ernesthemmingway -> mojito;
raymondchandler -> gimlet;
johnsteinbeck -> thejackrose;
oscarwilde -> absinthe;
anthonyburgess -> hangmansblood;
fscottfitzgerald -> ginrickey;
charlesbukowski -> boilermaker;
lyndonbjohnson -> scotchsoda;
napoleonbonaparte -> absinthe;
geraldford -> gintonic;
queenelizabethii -> gindubonet;
barackobama -> beer;
margaretthatcher -> whiskeysoda;
winstonchurchill -> whiskey;
richardnixon -> rumcoke;
richardnixon -> ginmartini;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment