I would like to plot ordinal data and display the percentage of each ordinal value on the y axis. However, I only want to plot data above a certain threshold. So I have a df with the variable "Liking of cats" which is on a 1-5 Likert scale, and I only want to plot the proportion of values 4-5.
I also want to make subplots with some categorical data, such as gender and whether the participants own a car.
Happy for help!