Skip to content

Instantly share code, notes, and snippets.

@trevismd
Last active July 9, 2021 07:01
Show Gist options
  • Save trevismd/cd71ae6a70272a072cb39c40b482acf4 to your computer and use it in GitHub Desktop.
Save trevismd/cd71ae6a70272a072cb39c40b482acf4 to your computer and use it in GitHub Desktop.
Box pairs for plot 1
pairs = [('Robots', 'Flight'), # 'Robots' vs 'Flight'
('Flight', 'Sound'), # 'Flight' vs 'Sound'
('Robots', 'Sound')] # 'Robots' vs 'Sound'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment