I am following the guidance from there to create a bar chart similar to the last example:
https://seaborn.pydata.org/generated/seaborn.countplot.html
however, I want to show only the survived =1 plot.
My data is very similar, and my chart looks like this (so I want to show only the right part of my chart with left =yes).
also, what values does the order parameter take? I wish I could sort them by count. It does not take desc or descending.