<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Kurene</author_name>
  <author_url>https://blog.hatena.ne.jp/Kurene/</author_url>
  <blog_title>Wizard Notes</blog_title>
  <blog_url>https://www.wizard-notes.com/</blog_url>
  <categories>
    <anon>Programming</anon>
    <anon>matplotlib</anon>
    <anon>Python</anon>
    <anon>音楽プログラミング</anon>
  </categories>
  <description>前回の記事では、matplotlibでの折れ線グラフのプロット画像のラベルや属性を変更しました。 www.wizard-notes.com 今回は、折れ線グラフのリアルタイムプロットでラベルやカラーなどの属性を変えるコードを実装をしました。 import numpy as np import matplotlib.pyplot as plt length = 100 x = np.arange(0, length) y = np.array([ np.random.normal(0, 5.0, length), np.random.normal(0, 1.0, length), np.rand…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.wizard-notes.com%2Fentry%2Fpython%2Fdev%2Fmatplotlib-interactive-plot-change-properties&quot; title=&quot;matplotlib: 折れ線グラフのリアルタイムプロットでラベルやカラーなどの属性を変える（音声信号でのデモ付き） - Wizard Notes&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/Kurene/20210601/20210601200449.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-06-01 20:14:39</published>
  <title>matplotlib: 折れ線グラフのリアルタイムプロットでラベルやカラーなどの属性を変える（音声信号でのデモ付き）</title>
  <type>rich</type>
  <url>https://www.wizard-notes.com/entry/python/dev/matplotlib-interactive-plot-change-properties</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
