<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kaisk</author_name>
  <author_url>https://blog.hatena.ne.jp/kaisk/</author_url>
  <blog_title>keisukeのブログ</blog_title>
  <blog_url>https://kaisk.hatenadiary.com/</blog_url>
  <categories>
    <anon>matplotlib</anon>
    <anon>Python</anon>
  </categories>
  <description>matplotlibのArtist(ユーザが意識して使っているクラス、FigureとかAxesとかAxisとか)は普通は階層構造を持つことになる。 例えば次のように図を作ると： &gt;&gt;&gt; fig = plt.figure() &gt;&gt;&gt; ax1 = fig.add_subplot(211) &gt;&gt;&gt; line = ax1.plot(np.sin(np.arange(0,10,0.1))) &gt;&gt;&gt; ax2 = fig.add_subplot(212) &gt;&gt;&gt; scat = ax2.scatter(*(np.random.rand(2,100))) &gt;&gt;&gt; fig.show() 次のように階層構造があらわ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkaisk.hatenadiary.com%2Fentry%2F2014%2F12%2F01%2F005809&quot; title=&quot;matplotlibのArtistの階層構造 - keisukeのブログ&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>http://cdn-ak.f.st-hatena.com/images/fotolife/k/kaisk/20141201/20141201003730.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-12-01 00:58:09</published>
  <title>matplotlibのArtistの階層構造</title>
  <type>rich</type>
  <url>https://kaisk.hatenadiary.com/entry/2014/12/01/005809</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
