I am trying to use the following commands
import seaborn as sns
ax = sns.kdeplot(students,cumulative = True)
This gives the correct kde cdf plot , but I dont know how to get the x-coordinate for y = 0.8 , 0.9 or any other value. Canm anyone please help ?