<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>derwind</author_name>
  <author_url>https://blog.hatena.ne.jp/derwind/</author_url>
  <blog_title>らんだむな記憶</blog_title>
  <blog_url>https://randommemory.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>math-numerical</anon>
  </categories>
  <description>Ys Originがよくクラッシュするのでめげてpythonでグラフを描かせる。 Udacityの数値計算の講義の時の課題のpythonをもとに。[octave版] xx = linspace(-pi,pi,100); y1 = sin(xx); figure; grid on; hold on; plot(xx,y1,&quot;r&quot;); y2 = cos(xx); plot(xx,y2,&quot;b&quot;); という感じのをpythonでもさせたい。[python版] #! /usr/bin/env python # -*- coding: utf-8 -*- import numpy as np import…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frandommemory.hatenablog.com%2Fentry%2F2015%2F11%2F22%2F012245&quot; title=&quot;pythonでお絵描き(？) - らんだむな記憶&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/d/derwind/20151122/20151122011756.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-11-22 01:22:45</published>
  <title>pythonでお絵描き(？)</title>
  <type>rich</type>
  <url>https://randommemory.hatenablog.com/entry/2015/11/22/012245</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
