[Tutor] Barplot order-arrangement
nelson jon kane
nelsonjonkane6 at live.com
Mon Feb 12 13:59:20 EST 2018
If I try to teach myself Python through YouTube videos, why would anyone hire me over someone who has a 2-year Computer Science degree? And why would anyone hire someone who has a 2-year Computer Science degree over someone who has a 4-year Computer Science degree?
Would I be hired if I showed the employer a project I did in Python that was more impressive than projects done by the 2-year and 4-year degree people?
If so, then hypothetically, what type of project would that be?
Thanks,
Nelson Kane
________________________________
From: Tutor <tutor-bounces+nelsonjonkane6=live.com at python.org> on behalf of Charlotte Hoff Sonne <charlotte.sonne at hotmail.com>
Sent: Monday, February 12, 2018 10:47:13 AM
To: tutor at 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 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 at emea.devoteam.com]
_______________________________________________
Tutor maillist - Tutor at python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
More information about the Tutor
mailing list