InterviewSolution
Saved Bookmarks
| 1. |
What type of charts are to be considered when we are trying to demonstrate “relationship” between variables/parameters? |
|
Answer» When we are trying to SHOW “RELATIONSHIP” between two variables, we will use a SCATTER plot or chart. When we are trying to show “relationship” between three variables, we will have to use a bubble chart. An illustration is shown below. “Relationship between two variables” – scatter chart: “Relationship between three variables” – bubble chart: |
|