Skip to content

Instantly share code, notes, and snippets.

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