Hi, I have created a barplot in Python 3.6.3 on my Mac OS. Now I want to arrange the order of the bars differently. I want them to be ordered from highest to lowest - how do I do that? Furthermore, I would like the names of the bars to be vertical - how do I do that?
This is the code I have written (sns stands for seaborn): sns.barplot(x='word',y='andelelite',data=plotpanda) You can see a picture of my bar chart through this link: https://ibb.co/mUKVfn _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor