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 wr
Sent: Monday, February 12, 2018 10:47:13 AM
To: tutor@python.org
Subject: [Tutor] Barplot order-arrangement
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
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 libr
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(