Skip to content

Instantly share code, notes, and snippets.

@WashingtonGold
Created June 27, 2020 17:17
Show Gist options
  • Save WashingtonGold/8818be4fc1250819abc00db8d8ea99e4 to your computer and use it in GitHub Desktop.
Save WashingtonGold/8818be4fc1250819abc00db8d8ea99e4 to your computer and use it in GitHub Desktop.
g.set_titles("") #set title to blank
g.set(yticks=[]) #set y ticks to blank
g.despine(bottom=True, left=True) #remove 'spines'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment