I am trying to plot a graph for the data set which has only categorical data(no numeric data) so what library I can use to plot the graph for categorical data on both axes. I have used seaborn.stripplot() but it also requires one numeric data for an axis.