Skip to content

Commit

Permalink
Warn about future deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwagner committed Jun 24, 2019
1 parent 96eba21 commit ae99884
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions datascience/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -2317,8 +2317,9 @@ def scatter(self, column_for_x, select=None, overlay=True, fit_line=False,
``s``: Size of dots. If sizes is also provided, then dots will be
in the range 0 to 2 * s.
``colors``: (deprecated) A synonym for ``group``. Retained
for backwards compatibility.
``colors``: (deprecated) A synonym for ``group``. Retained
temporarily for backwards compatibility. This argument
will be removed in future releases.
Raises:
ValueError -- Every column, ``column_for_x`` or ``select``, must be numerical
Expand Down

0 comments on commit ae99884

Please sign in to comment.