<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rare_Remrin</author_name>
  <author_url>https://blog.hatena.ne.jp/rare_Remrin/</author_url>
  <blog_title>Remrinのpython攻略日記</blog_title>
  <blog_url>https://python-remrin.hatenadiary.jp/</blog_url>
  <categories>
    <anon>python</anon>
    <anon>matplotlib</anon>
    <anon>ライブラリ</anon>
  </categories>
  <description>計算結果をビジュアルで見るには、やはりグラフを描くのが一番ですね。 ということで、matplotlibの使い方を簡単に紹介します。 import matplotlib.pyplot as plt listx = [1, 2, 3, 4] listy = [1, 3, 4, 2] plt.plot(listx, listy) たったこれだけで、折れ線グラフが書けます。 グラフの種類もいろいろ。 ・折れ線グラフ plt.plot(listx, listy) ・縦棒グラフ plt.bar(listx, listy) ・横棒グラフ plt.barh(listx, listy) ・散布図 plt.plo…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpython-remrin.hatenadiary.jp%2Fentry%2F2017%2F04%2F21%2F000841&quot; title=&quot;matplotlibで折れ線グラフ - Remrinのpython攻略日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/r/rare_Remrin/20170420/20170420235955.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-04-21 00:08:41</published>
  <title>matplotlibで折れ線グラフ</title>
  <type>rich</type>
  <url>https://python-remrin.hatenadiary.jp/entry/2017/04/21/000841</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
