Introduction to Scatter Plots with matplotlib Python for Data Science

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

Комментарии • 32

  • @JohnnySix
    @JohnnySix 4 года назад +1

    Thanks for sharing, very easy to follow along and get started with charting in python.

  • @alesandrotorres6381
    @alesandrotorres6381 4 года назад +3

    Muito obrigado pela aula. Isso me ajudou muito!... Parabéns pelo seu trabalho!

  • @nettogrowthpartners9567
    @nettogrowthpartners9567 2 года назад

    Very nice tutorial! Thanks.

  • @roubarizkallah2172
    @roubarizkallah2172 3 года назад +1

    Great video, thank you for this straight useful tutorial

  • @ifeanyiedward2789
    @ifeanyiedward2789 2 года назад

    awesome video. Very easy to follow
    thanks.

  • @kaizoku4life
    @kaizoku4life 4 года назад

    Super helpful!! Thank you very much!

  • @gustavojuantorena
    @gustavojuantorena 3 года назад

    Thank you, it help me a lot!

  • @scottmanleyAZ
    @scottmanleyAZ 4 года назад

    Great explanation. Thank you

  • @lucacaira6842
    @lucacaira6842 4 года назад +1

    Great!!! Thank you very much

  • @mauriciovillarreallozano6000
    @mauriciovillarreallozano6000 4 года назад +1

    Thank you, great stuff!

  • @ocensamuel6737
    @ocensamuel6737 2 года назад

    This was helpful

  • @dms609
    @dms609 5 лет назад +1

    hi Matt, i've noticed no recent vids about R - so is it fair for me to assume that you've found that python + excel cover all your financial analysis needs and are your go to tools for data analysis for stocks and financials? i appreciate your vids and like your no nonsense straight to the point style of presenting material - thanks for posting useful info on financial analysis

    • @MattMacarty
      @MattMacarty  5 лет назад +2

      Thanks for the feedback. Actually I take my cues from the audience. It's not that I don't feel R is worthwhile, in fact if you compare it to Python often times you can get more done with R with less code. But I seem to get more views from similar Python content. Python is very popular right now and with larger data sets outperforms R. By far and away though it seems people want to know how some of this works in Excel. Maybe it just seems less daunting than learning a programming language. Interestingly "machine learning for Excel" books have started popping up and I hadn't really thought of tackling much beyond logistic regression in Excel before due to data size limitations. Maybe I will take a look and give people an overview at some point.

  • @esosiabenjamin209
    @esosiabenjamin209 3 года назад

    Big thanks for explanation.
    I want to ask, how we add linear regression line?

    • @MattMacarty
      @MattMacarty  3 года назад

      Hi I cover that here: ruclips.net/video/EMIyRmrPWJQ/видео.html

  • @LA-cm9uo
    @LA-cm9uo Год назад

    Thanks! They look good, but colormap doesn't work for me

    • @MattMacarty
      @MattMacarty  Год назад

      Not sure what is happening there

    • @LA-cm9uo
      @LA-cm9uo Год назад

      @@MattMacarty Thanks, apparently I wrote it in the wrong cell

    • @MattMacarty
      @MattMacarty  Год назад

      Ahhh@@LA-cm9uo

  • @sagarhm2237
    @sagarhm2237 4 года назад

    Sir how to use different markers in scatter plot

    • @MattMacarty
      @MattMacarty  4 года назад

      HI, there are a lot of different markers you can use by setting the marker parameter. For example marker = 'o' . Here is a partial list: 'o', 'v', '^', '', '8', 's', 'p', '*', 'h', 'H', 'D', 'd', 'P', 'X'. Just experiment with it until you get what you are looking for.