<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>garyo</author_name>
  <author_url>https://blog.hatena.ne.jp/garyo/</author_url>
  <blog_title>garyo岡</blog_title>
  <blog_url>https://garyo.hatenablog.jp/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>テキストデータを読んで折れ線グラフとヒストグラムを書いてみた import pandas as pd import numpy as np import matplotlib.pyplot as plt df= pd.read_csv(&quot;OK.dat&quot;,engine=&quot;python&quot;,encoding=&quot;SHIFT-JIS&quot;) testItem = &quot;ｼｮｰﾄﾁｪｯｸ&quot; m = df[testItem].mean() std = df[testItem].std() # プロット領域(Figure, Axes)の初期化 fig = plt.figure(figsize=(12, 8)) ax1…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgaryo.hatenablog.jp%2Fentry%2F2021%2F02%2F15%2F115039&quot; title=&quot;Python pandasでデータを読んでグラフ - garyo岡&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-02-15 11:50:39</published>
  <title>Python pandasでデータを読んでグラフ</title>
  <type>rich</type>
  <url>https://garyo.hatenablog.jp/entry/2021/02/15/115039</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
