Skip to content
Snippets Groups Projects
Commit 30d38827 authored by Steffen Remus's avatar Steffen Remus
Browse files

ignore files

parent b09d1cf7
Branches
No related tags found
No related merge requests found
__pycache__
dont_track_me.txt
\ No newline at end of file
......@@ -94,7 +94,6 @@ def main(args):
names=('word', 'word_frequency'))
df['rank'] = df['word_frequency'].rank(ascending=False,
method='max')
ax = df.plot.scatter(x='word_frequency',
y='rank', loglog=True,
figsize=[12, 6],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment