<?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>
  </categories>
  <description>本記事では、下図のように2つのデータを重ね合わせる雛形コードを載せました。色塗り潰しなしの色付きエッジで表示します。図例では2つの重ね合わせですが、数が多い場合に分布の比較がし易くなります。 さらに、下図のように度数分布表をcsvファイルへ出力する仕様です。 ■本プログラム #!/usr/bin/env python # coding: utf-8 # In[1]: import os import pandas as pd import numpy as np import math import matplotlib.pyplot as plt from matplotlib.patche…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhk29.hatenablog.jp%2Fentry%2F2022%2F08%2F16%2F235929&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/20220816/20220816235035.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-08-16 23:59:29</published>
  <title>Python ヒストグラムの重ね合わせ。色付きエッジで表現する場合</title>
  <type>rich</type>
  <url>https://hk29.hatenablog.jp/entry/2022/08/16/235929</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
