Skip to content

Instantly share code, notes, and snippets.

@databyjp
Created March 16, 2020 10:20
Show Gist options
  • Save databyjp/5f6468b2dce8f4c38ed25927172ce76c to your computer and use it in GitHub Desktop.
Save databyjp/5f6468b2dce8f4c38ed25927172ce76c to your computer and use it in GitHub Desktop.
fig = px.bar(unigram_df[:20], x='ngram', y='count', title='Counts of top unigrams', template='plotly_white', labels={'ngram': 'Unigram', 'count': 'Count'})
fig.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment