Python: Intro to Visualization with Matplotlib

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • Intro to how to visualize data in a variety of plots and charts using Python Matplotlib for plotting.
    RELATED VIDEOS
    ► Numpy Intro: • Python: NUMPY | Numeri...
    ► Numpy Intro Jupyter nb: • NUMPY Arrays Tutorial ...
    ► Pandas Intro: • Python: Pandas Tutoria...
    ► Pandas and MPL for Data Analysis: • Python Pandas: Plottin...
    ► Matplotlib Intro: • Python: Intro to Visua...

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

  • @abhimanyupundeer4500
    @abhimanyupundeer4500 5 лет назад +21

    1:19 Simple Plot
    2:25 Points have x and y values
    3:24 Changing figure size , plot red dots, set axis scales
    5:03 Bar charts
    6:57 Two sets of 10 random dots
    7:45 Time Series
    8:41 Random dots in a scatter
    9:40 Load csv and show multiple chart types
    11:05 Subplots part1
    12:30 Subplots part2
    13:30 saving figure to image file

  • @nicorobin7666
    @nicorobin7666 Год назад +3

    Amazing for someone who has an idea already, thank you

  • @jimiahrhodes6869
    @jimiahrhodes6869 Год назад +1

    This video presents coding well. My project is becoming insurmountably more fun since viewing.

  • @CHETANSINGH-su4eg
    @CHETANSINGH-su4eg 5 лет назад +3

    You are a legend joe . Your content is amazing 👍

    • @oggiai
      @oggiai  5 лет назад

      Thanks. 😀

  • @satoshinakamoto171
    @satoshinakamoto171 4 года назад +7

    hi, it would be best if you could guide us through a video by also writing the code and use the documentation while doing it. there are so many method calls and functions one has to wonder where to look for additional self exploration. maybe a second window with the documentation open can show us how you figure out how to code and debug your programs.

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

      Thanks. That’s good feedback

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

    thanks for this video was struggling with some of the things in matplotlib

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

    Very nice instructions and clear explanations. Easy to follow!

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

    Very useful examples for matplotlib beginners.

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

    Thank you so much. I love this presentation format. Was able to follow along code by code and experiment.

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

    This was great. Very succinct. Thought Jupyter presentation was excellent better than IDLE IMO. Thx again.

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

      Thanks. I’m doing most of my new videos in Jupyter.

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

      @@oggiai yeah, I can see why. With markdown cells and keyword decoration, it makes the presentations nice and easy to read. You end up spending less time deleting content when you transition to the next point you want make.

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

    7:49: Defining the variable "ts" seems unnecessary because only the index of "ts" is used. This is shorter (and less confusing imo):
    df = pd.DataFrame(np.random.randn(180, 3),
    index=pd.date_range('1/1/2018',
    periods=180),
    columns=list('ABC')
    )
    df.cumsum().plot()
    plt.show()
    Thanks for the great video!

    • @oggiai
      @oggiai  5 лет назад

      Nice contribution!

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

    Thank you for the concise tutorial!

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

    why there is mentioned in subplot argument as 221 , 222, 223,224 respectively ?at timing 12.10

  • @AwesomeAngryBiker
    @AwesomeAngryBiker 5 лет назад

    Awesome, only tiny issue, on the last one, I'd say speed should be y axis and altitude on X axis in 100ft increments

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

    Very very nice elaborations

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

    Thank you. It was very helpful

  • @Abdullah24241
    @Abdullah24241 6 лет назад +1

    GREAT SIR.... THANKS VERY MUCH....

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

    Legendary!

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

    GreAt video. Thank you

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

    Awesome video. Thank you very much.

  • @LanceMarks
    @LanceMarks 5 лет назад

    The Jupyter Format is great!!

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

      Try Jupyter Lab... much better than Jupyter notebook

  • @davidw.9711
    @davidw.9711 3 года назад

    what is better matplotlib or seaborn?

  • @pinyichang4680
    @pinyichang4680 2 года назад +1

    good

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

    11:00: I cannot get a legend to show when I copy your code, I had to enter the legend manually to get the same results as you
    plt.legend(df.iloc[:,[1,2])

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

    can you provide a link to the text file that you have used? thanks for such an informative video

    • @oggiai
      @oggiai  Год назад +1

      I'm sorry I couldn't find the text file on my laptop. And it's not on my GitHub site where I usually put stuff. My apologies.

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

      @@oggiai no issue Sir, really thanks for making so much effort for me 😊. I hope you have a great day

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

    Hi Joe. I am using VS Code IDE and am having issues in importing Matplotlib. Can you assist?

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

      You should use your package installer (pip, yum, or whatever) to make sure you have matplotlib installed and updated.

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

      You should use your package installer (pip, yum, or whatever) to make sure you have matplotlib installed and updated.

  • @anuragtripathi1744
    @anuragtripathi1744 6 лет назад +2

    Please make machine learning in Python tutorials

    • @oggiai
      @oggiai  6 лет назад +3

      I’m getting there. Posted videos on Numpy, Pandas and Matplotlib in the past few weeks. Stay tuned!

    • @anuragtripathi1744
      @anuragtripathi1744 6 лет назад +1

      Thanks for replying

  • @gamestv4875
    @gamestv4875 5 лет назад

    So this is Python using Mat , Panda and and Numpy to hatch a plot?

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

    great video

  • @santhoskumar1369
    @santhoskumar1369 5 лет назад

    How can i plot two overlapping gaussian surfaces and its contour in same figure. Only ones contour is getting displayed, also the overlapping is not clear in surface

  • @chandu7691
    @chandu7691 5 лет назад

    Could you please share the link to your Git repo.

    • @oggiai
      @oggiai  5 лет назад

      Www.github.com/joeyajames and there’s a Python folder with all the Python code

  • @sathishbabu9096
    @sathishbabu9096 6 лет назад

    Hi Jame's, please upload python with grafana combination

  • @NuEnque
    @NuEnque 5 лет назад

    Why are we not using Jupyter Lab?

    • @oggiai
      @oggiai  5 лет назад

      I’ve done a few videos in Jupyter, and am working on another right now.

    • @NuEnque
      @NuEnque 5 лет назад

      @@oggiai Thanks for the reply. It appears as though you are using Jupyter-notebook. I was suggesting you use Jupyter-Lab. It's awesome

  • @uhsay1986
    @uhsay1986 5 лет назад

    Do you have the codes placed somewhere ?

    • @oggiai
      @oggiai  5 лет назад

      Yes, it’s all at www.github.com/joeyajames in the Python folder.

    • @uhsay1986
      @uhsay1986 5 лет назад

      @@oggiai Thank you for the reply.

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

    Can you share your notebook?

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

      All my code is on my GitHub site