Created
January 21, 2020 01:01
-
-
Save gabetax/ebdee2d1679a68c09722514e29eb6765 to your computer and use it in GitHub Desktop.
Which states hate each other, graphviz dependency digraph
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// data from https://www.reddit.com/r/MapPorn/comments/eq52ce/every_states_least_favorite_state_according_to_my/ | |
digraph G { | |
"Alabama" -> "Florida" | |
"Alaska" -> "Texas" | |
"Arizona" -> "California" | |
"Arkansas" -> "Alabama" | |
"California" -> "Texas" | |
"Colorado" -> "California" | |
"Connecticut" -> "New Jersey" | |
"Delaware" -> "New Jersey" | |
"Florida" -> "Florida" | |
"Georgia" -> "Florida" | |
"Idaho" -> "California" | |
"Illinois" -> "Indiana" | |
"Indiana" -> "Kentucky" | |
"Iowa" -> "Nebraska" | |
"Kansas" -> "Missouri" | |
"Kentucky" -> "Tennessee" | |
"Louisiana" -> "Alabama" | |
"Maine" -> "Massachusetts" | |
"Maryland" -> "Virginia" | |
"Massachusetts" -> "New York" | |
"Michigan" -> "Ohio" | |
"Minnesota" -> "Wisconsin" | |
"Mississippi" -> "Alabama" | |
"Missouri" -> "Kansas" | |
"Montana" -> "California" | |
"Nebraska" -> "Iowa" | |
"Nevada" -> "California" | |
"New Hampshire" -> "Massachusetts" | |
"New Jersey" -> "Everyone" | |
"New Mexico" -> "Texas" | |
"New York" -> "New Jersey" | |
"North Carolina" -> "South Carolina" | |
"North Dakota" -> "South Dakota" | |
"Ohio" -> "Michigan" | |
"Oklahoma" -> "Texas" | |
"Oregon" -> "California" | |
"Pennsylvania" -> "New Jersey" | |
"Rhode Island" -> "Massachusetts" | |
"South Carolina" -> "Ohio" | |
"South Dakota" -> "North Dakota" | |
"Tennessee" -> "Kentucky" | |
"Texas" -> "Oklahoma" | |
"Utah" -> "California" | |
"Vermont" -> "Massachusetts" | |
"Virginia" -> "West Virginia" | |
"Washington" -> "California" | |
"West Virginia" -> "Virginia" | |
"Wisconsin" -> "Wisconsin" | |
"Wyoming" -> "California" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.reddit.com/r/MapPorn/comments/eq52ce/every_states_least_favorite_state_according_to_my/