Skip to content

Commit

Permalink
removed append in draw func
Browse files Browse the repository at this point in the history
  • Loading branch information
chengeaa committed Feb 11, 2017
1 parent bf61f3f commit 874c927
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datascience/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -2205,7 +2205,6 @@ def draw(axis, label, color):
size = [(2000 * i) for i in rescaled]
axis.legend(colorset, loc = 2, bbox_to_anchor = (1.05, 1))
axis.scatter(x_data, y_data, color=color, s = size, **options)
Table.plots.append(axis)
else:
axis.scatter(x_data, y_data, color=color, **options)
if fit_line:
Expand Down

0 comments on commit 874c927

Please sign in to comment.