- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Box Plot
Hi all! I did not understand the use of the box plot. It accepts in input two dimensions and one measure. I have that scenario: I have times (days) to find a job as a measure, and as dimension I could have country and cities. I should represent the average, max, min of days for cities. A customer asked to use a box plot...but really I don't understand how to use it in that situation. Someone has any suggestion? Thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using the data below for the Box Plot ,
Data:
Load * Inline [
Country,City,Days
USA,Houston,10
USA,Houston,2
Canada,Montreal,5
Canada,Montreal,1
];
I set the Dimensions Box (Country) and X-axis (City). The Measure Y-axis as Avg(Days)
In the Box plot elements, I set the Use presets to Off.
First whisker = Min(Days)
Center line = Avg(Days)
Last Whisker = Max(Days)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot for your reply! But for box start and box end which values I should insert?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I left the defaults for those values.