<?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>matplotlib</anon>
    <anon>python</anon>
    <anon>ライブラリ</anon>
  </categories>
  <description>matplotlibで棒グラフの描き方 Definition : bar(left, #それぞれの棒の左端の配列 height, #高さの配列 width=0.8, #棒の太さ bottom=None, #複数の棒グラフを積み上げるときの土台を示す。 hold=None, # data=None, # **kwargs) ○基本 import matplotlib.pyplot as plt x = [1, 2, 3] y = [2, 3, 4] plt.bar(x, y) ちょっと棒が太すぎますね。 太さのデフォルトは0.8なので半分にしてみると import matplotlib.pypl…</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%2F28%2F150338&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/20170428/20170428150017.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-04-28 15:03:38</published>
  <title>matplotlibで棒グラフ</title>
  <type>rich</type>
  <url>https://python-remrin.hatenadiary.jp/entry/2017/04/28/150338</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
