Hi,

I have created a barplot in Python. 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.barplot(x='word',y='andelelite',data=plotpanda)

I have also attached a picture of the plot I have created.
[cid:5226C847-252D-4E1A-9657-D4512B5085B9@emea.devoteam.com]
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to