Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Data Science
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 4.5 hours on-demand video
  • 4 articles
  • 32 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
IT & Software Other IT & Software Matplotlib

【夢月流】Pythonでグラフ作成自由自在 ~Matplotlibの使い方~

matplotlibライブラリを使って綺麗なグラフを作成してみよう
Rating: 4.4 out of 54.4 (3 ratings)
57 students
Created by 速水 夢月
Last updated 7/2020
Japanese
30-Day Money-Back Guarantee

What you'll learn

  • matplotlibを使った様々なグラフの作成方法
  • 基本的なグラフ(棒グラフ、折れ線グラフ、円グラフなど)の作成方法
  • 綺麗なグラフを作成するための各種カスタマイズ方法
  • 具体的なグラフの作成例

Requirements

  • Pythonの基本的な文法は理解している必要があります。ただし、うろ覚えでも、その都度文法などを見直すことができれば大丈夫です。
  • 実際に、コーディングを行い、プログラムを実行できる環境が必要です。このコースではWindowsで説明しています。

Description

Matplotlibは、プログラミング言語Pythonおよびその科学計算用ライブラリNumPyのためのグラフ描画ライブラリです。オブジェクト指向のAPIを提供しており、様々な種類のグラフを描画する能力を持っています。

このコースでは、Matplotlibの基本的な使い方、オブジェクト指向を駆使した綺麗なグラフを作成する方法について学びます。

Who this course is for:

  • pythonでグラフを作成したい方
  • matplotlibの使い方をきちんと学んでみたい方
  • 機械学習の準備編として、基本的なmatplotlibの知識をつけておきたい方
  • 科学技術計算でmatplotlibでのグラフ描画方法を必要としている方

Course content

5 sections • 34 lectures • 4h 27m total length

  • Preview06:36
  • matplotlibのインストール
    00:07

  • Preview10:46
  • 複数の直線を描いてみよう
    04:37
  • タイトル、軸ラベルを指定してみよう
    05:54
  • 2次関数のグラフを描いてみよう
    08:31

  • Figure(図)とAxes(プロットエリア)の関係
    12:07
  • 折れ線グラフ- plot
    15:35
  • 折れ線グラフ(補足)
    00:43
  • 棒グラフ(縦)- bar
    13:03
  • 棒グラフ(横)- barh
    06:24
  • 散布図 - scatter
    06:10
  • 散布図(補足)
    00:58
  • 積み上げグラフ - stackplot
    07:48
  • 円グラフ - pie
    11:31
  • ヒストグラム - hist
    07:25

  • 1つのプロットエリア(axes)に複数のグラフを表示する
    15:39
  • 図(figure)を複数のプロットエリア(axes)に分割
    07:27
  • 図(figure)を複数のプロットエリア(axes)に分割 - gridspecを使う
    07:10
  • 【演習】図(figure)を複数のプロットエリア(axes)に分割した具体例
    06:10
  • 【補足】プロットエリアの分割について
    00:42

  • 各種カスタマイズの概要
    03:18
  • 文字列の描画(1) - Axes.text
    14:57
  • 文字列の描画(2)- Axes.text
    04:54
  • 矢印の描画 - Axes.allow
    09:17
  • 注釈の描画 - Axes.annotate
    11:47
  • 凡例のカスタマイズ - Axes.legend
    14:21
  • 軸のカスタマイズ - Axes.spines
    09:22
  • 軸目盛のカスタマイズ - Axis.set_major_xxxx, Axis.set_minor_xxx
    16:49
  • 軸の共有 - Axes.twinx, Axes.twiny
    05:21
  • 補助線の設定 - Axes.grid, Axes.axvline Axes.axhline
    06:20
  • 色の指定方法 (color, colorname)
    05:42
  • 線のスタイル指定(linestyle)
    03:48
  • マーカーのスタイル指定(makerstyle)
    05:47

Instructor

速水 夢月
コンピュータ言語開発エンジニア ECサイト経営 海外輸入販売コンサルタント
速水 夢月
  • 4.1 Instructor Rating
  • 372 Reviews
  • 2,419 Students
  • 9 Courses

某IT企業でコンピュータ言語の開発を行っている傍らで、趣味でRuby, Pythonなどでいろいろなツールを作成して遊んでいます。

ECサイト、ショッピングサイト等を構築し、海外からの商品を輸入販売しているECサイトコンサルタントでもあります。

Udemyにおいては、趣味を通じて培った様々なノウハウ、特にPythonの関連モジュールの使い方やECサイト構築ツール等の使い方などを公開していきたいと思います。

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.