Skip to content

fix the scatterplot column names #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

1. Create the scatterplot woth correlations:
1. Select the `Scatterplot chart` on the CHART TYPES. <img src="https://github.com/IBMDataScience/visualize-data-fast/blob/master/screenshots/14%20scatter%201.png">
1. Select column "value".
1. Click `Add another column` and select column "median". <img src="https://github.com/IBMDataScience/visualize-data-fast/blob/master/screenshots/15%20scatter%202.png">
1. Click `Add another column` and select column "mean".
1. Select column "rebates in USD".
1. Click `Add another column` and select column "median-household-income". <img src="https://github.com/IBMDataScience/visualize-data-fast/blob/master/screenshots/15%20scatter%202.png">
1. Click `Add another column` and select column "mean-household-income".
1. Click `Add another column` and select column "population".
1. Only strong correlation is between "median" and "mean" which is not surprising (the mean and median household income are similar statistics). <img src="https://github.com/IBMDataScience/visualize-data-fast/blob/master/screenshots/16%20scatter%203.png">