GithubHelp home page GithubHelp logo

sns.barplot in EDA about madewithml HOT 5 CLOSED

gokumohandas avatar gokumohandas commented on April 30, 2024
sns.barplot in EDA

from madewithml.

Comments (5)

GokuMohandas avatar GokuMohandas commented on April 30, 2024 1

Hi @gexahedron, looks like I had a previous version of seaborn that wasn't producing this error but now I see what you see! Thank you for bringing this to my attention and I'll explicitly call out x and y arguments for all plotting functions.

from madewithml.

GokuMohandas avatar GokuMohandas commented on April 30, 2024

hi @gexahedron, input parameter names for functions are optional here (plotting order is usually well understood) but you are more than welcome to use them explicitly. The output will be the same for both. However, I do normally advocate being verbose for custom function we create and use.

from madewithml.

gexahedron avatar gexahedron commented on April 30, 2024

What i want to say, is that your code doesn't work for me:
ax = sns.barplot(list(tags), list(tag_counts)) gives an error:
TypeError: barplot() takes from 0 to 1 positional arguments but 2 were given
That's probably because x is not the first argument to barplot, it's data - https://seaborn.pydata.org/generated/seaborn.barplot.html

from madewithml.

GokuMohandas avatar GokuMohandas commented on April 30, 2024

Hi @gexahedron, hmm I'm able to run through all of the code and it produces the plot I'm looking for. Does the plot look different when you run your code compared to what's in the lesson?

from madewithml.

gexahedron avatar gexahedron commented on April 30, 2024

As I mention above, I don't get any plot at all - it's a TypeError

from madewithml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.