[Tutor] Barplot order-arrangement

2018-02-12 Thread Charlotte Hoff Sonne
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:

Re: [Tutor] Barplot order-arrangement

2018-02-12 Thread Alan Gauld via Tutor
On 12/02/18 15:47, Charlotte Hoff Sonne wrote: > Hi, > > I have created a barplot in Python. It will help f you tell us which version of Python and which OS. > This is the code I have written: > sns.barplot(x='word',y='andelelite',data=plotpanda) What is sns? It's not part of the standard