Forum Discussion

SamerB's avatar
SamerB
Frequent Visitor
8 years ago

How to plot multiple ratios on the same chart

 

Hi,

 

I am trying to plot on the same chart multiple ratios (metrics) without having an axis of categories.

For example, here I'd want to show the number of houses having multiple bathrooms out of the total number of houses, and below it a bar showing the number of houses having multiple floors out of the same total.

How would you go around doing that?

 

 

 

I can for example do this for one bar, where the Legend is the metric and the Value is the total data set. But this only works with one metric. I want to have a second bar right under it in that same chart.

 

Single bar, but I want to have multiple bars

I can also convert the true/false to 0/1 whole numbers, to be able to sum and plot them on a clustered bar chart, but this does not show the ratios explicitely. 

 

 

 

Thanks.

3 Replies

    • SamerB's avatar
      SamerB
      Frequent Visitor

      Thanks Anonymous for your time to recreate the example and the quick response.

       

      What you send me is useful in terms of being able to plot True/False measures, instead of having to convert my values to 0/1 numbers as I was doing to be able to sum.

      It still does not show ratios however (i.e. 2 houses out of 5), and plotting another bar for the total number of houses information isn't suitable.

      I see it a very bothersome limitation for when the data doesn't have an axis or categories such as in my example.

       

      Best,

      Samer.