Generate Python plots with matplotlib

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 10

  • @ehudkirsh766
    @ehudkirsh766 4 роки тому +1

    Finally, a useful 'how to install and use' video. Well done!

  • @mysneekers5862
    @mysneekers5862 7 років тому +1

    Great video, clear and to the point!

  • @bennguyen1313
    @bennguyen1313 3 роки тому +1

    Is the github code ( APMonitor / begin_python /12. Plotting.ipynb ) applicable to this video? Or has the one from the "Data Analysis with Python" page superseded it?

    • @apm
      @apm  3 роки тому

      Yes, that IPython notebook is similar. I've organized the content into a couple short courses that are better organized for self-study: apm.byu.edu/prism/index.php/Site/OnlineCourses

  • @datascienceds7965
    @datascienceds7965 6 років тому

    It is a very informative video. Thanks. I have some float type columns. Is there a way that we can plot them? I tried but giving me an error :TypeError: float() argument must be a string or a number, not 'frozenset'

    • @apm
      @apm  6 років тому

      I haven't seen that error before - maybe go look on StackOverflow to see if anyone else has encountered that.

    • @datascienceds7965
      @datascienceds7965 6 років тому

      Thanks.

  • @matthewjames7513
    @matthewjames7513 7 років тому

    Thanks for the video! I did exactly what you did except I get "ModuleNotFoundError: No module named 'matplotlib'"
    I installed anaconda (which includes matplotlib, so I'm not sure why I'm getting this. Can you please advise? Thanks :D

    • @apm
      @apm  7 років тому

      The installer probably got confused with multiple installations of Python. Here are some detailed instructions on getting Python with Matplotlib running: apmonitor.com/che263/index.php/Main/PythonIntroduction

    • @matthewjames7513
      @matthewjames7513 7 років тому +1

      OMG IT WORKS! Thank you thank you thank you thank you thank you
      print("you're awesome!")