[Tutor] Barplot order-arrangement

Alan Gauld alan.gauld at yahoo.co.uk
Mon Feb 12 13:49:09 EST 2018


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 library so presumably
it's a library you downloaded? Or maybe part of something like
numpy or SciPy?

> I have also attached a picture of the plot I have created.

Binary attachments get stripped by the mail server. It will be
better if you can put the picture on a web server somewhere
and provide a link.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/





More information about the Tutor mailing list