Skip to content

Commit

Permalink
removed redundant quantile_cut from pie() test script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokotila committed Apr 21, 2018
1 parent cdc1afc commit be29dd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def pie_full(df):

ast.pie(data=df,
x='A',
quantile_cut=8,
palette='colorblind',
style='fivethirtyeight',
dpi=240,
Expand Down

0 comments on commit be29dd2

Please sign in to comment.