<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>HK29</author_name>
  <author_url>https://blog.hatena.ne.jp/HK29/</author_url>
  <blog_title>PythonとVBAで世の中を便利にする</blog_title>
  <blog_url>https://hk29.hatenablog.jp/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>グラフ化</anon>
    <anon>pandas</anon>
    <anon>numpy</anon>
  </categories>
  <description>'22/09/10更新：棒グラフの値の表示位置設定とグリッド設定について、引数を明記しました（グラフデザインの柔軟性を高めた雛形コードにするため）。 本記事では、下図のような横に並べる棒グラフの雛形コードを載せました。 上記のデータ元は、下図のようなcsvファイルです。凡例はcsvファイル別を表し、x軸ラベルは各ファイルの行方向のデータです。 ■本プログラム #!/usr/bin/env python # coding: utf-8 # In[1]: import glob import pandas as pd import numpy as np import matplotlib.pyp…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhk29.hatenablog.jp%2Fentry%2F2022%2F07%2F18%2F233204&quot; title=&quot;Python 集合棒グラフ（横並び棒グラフ） - PythonとVBAで世の中を便利にする&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/H/HK29/20220718/20220718232634.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-07-18 23:32:04</published>
  <title>Python 集合棒グラフ（横並び棒グラフ）</title>
  <type>rich</type>
  <url>https://hk29.hatenablog.jp/entry/2022/07/18/233204</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
