Well, Simply chain it.
dframe.rank(ascending=False).plot(kind= 'bar').legend(loc="best")
Assuming ‘dframe’ is a DataFrame.
Well, Simply chain it.
dframe.rank(ascending=False).plot(kind= 'bar').legend(loc="best")
Assuming ‘dframe’ is a DataFrame.