<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>k-kuro</author_name>
  <author_url>https://blog.hatena.ne.jp/k-kuro/</author_url>
  <blog_title>kuroの覚え書き</blog_title>
  <blog_url>https://k-kuro.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Programing</anon>
    <anon>Python</anon>
  </categories>
  <description>とりあえずグラフの描写を試してみる。 &gt;&gt;&gt; import matplotlib.pyplot as plt &gt;&gt;&gt; import random &gt;&gt;&gt; fig, ax = plt.subplots() &gt;&gt;&gt; ax.set_title(u'Random') Text(0.5,1,'Random') &gt;&gt;&gt; x_ax = range(1, 256) &gt;&gt;&gt; y_ax = [random.randint(512,1024) for x in x_ax] &gt;&gt;&gt; ax.plot(x_ax, y_ax) [&lt;matplotlib.lines.Line2D object at 0x109151fd0&gt;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fk-kuro.hatenadiary.jp%2Fentry%2F20180210%2Fp2&quot; title=&quot;matplotlib - kuroの覚え書き&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/k/k-kuro/20180211/20180211004716.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-02-10 00:00:01</published>
  <title>matplotlib</title>
  <type>rich</type>
  <url>https://k-kuro.hatenadiary.jp/entry/20180210/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
