Skip to content

specifying the x, y parameters#16

Open
philipuchen wants to merge 1 commit intodafriedman97:masterfrom
philipuchen:patch-1
Open

specifying the x, y parameters#16
philipuchen wants to merge 1 commit intodafriedman97:masterfrom
philipuchen:patch-1

Conversation

@philipuchen
Copy link
Copy Markdown

@philipuchen philipuchen commented May 13, 2021

Plot with specifying the x, y parameters.
The purpose is to solve the seaborn warning when we execute the script in GoogleColab, JupyterNotebook

/Users/lipuchen/venv/lib/python3.7/site-packages/seaborn/_decorators.py:43: FutureWarning: Pass the following variables as keyword args: x, y. From version 0.12, the only valid positional argument will be `data`, and passing other arguments without an explicit keyword will result in an error or misinterpretation.
  FutureWarning

##Before we specify the x, y parameters.
image

##After we specify the x, y parameters.
image

Plot with specifying the x, y parameters.
The purpose is to solve the potential warning showed when we execute the script in GoogleColab, JupyterNotebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant