One big part of this is sns.ecdfplot. In particular see this SO answer:
sns.ecdfplot
Code to produce the cumulative distribution plots: import seaborn as sns import pandas as pd sns.ecdfplot(pd.DataFrame({'x': x, 'z': z}))
Code to produce the cumulative distribution plots:
import seaborn as sns import pandas as pd sns.ecdfplot(pd.DataFrame({'x': x, 'z': z}))