<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://metallocrystal.pug-chimera.ts.net/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>無銘闇人の備忘録 - python:matplotlib:共通操作</title>
        <description></description>
        <link>http://metallocrystal.pug-chimera.ts.net/</link>
        <lastBuildDate>Wed, 20 May 2026 21:27:08 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://metallocrystal.pug-chimera.ts.net/_media/logo.png</url>
            <title>無銘闇人の備忘録</title>
            <link>http://metallocrystal.pug-chimera.ts.net/</link>
        </image>
        <item>
            <title>plot</title>
            <link>http://metallocrystal.pug-chimera.ts.net/python/matplotlib/%E5%85%B1%E9%80%9A%E6%93%8D%E4%BD%9C/plot?rev=1555086560&amp;do=diff</link>
            <description>plot

概要

	*  折れ線グラフを描画する。

使い方

	*  オブジェクト指向インターフェース


ax.plot([X,] Y, OPTION)


	*  Pyplot インターフェース


plt.plot([X,] Y, OPTION)


	*  X: x の値の入ったリストや numpy 配列</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 12 Apr 2019 16:29:20 +0000</pubDate>
        </item>
        <item>
            <title>set_title()</title>
            <link>http://metallocrystal.pug-chimera.ts.net/python/matplotlib/%E5%85%B1%E9%80%9A%E6%93%8D%E4%BD%9C/set_title?rev=1555086920&amp;do=diff</link>
            <description>set_title()

概要

	*  グラフのタイトルを設定する。

使い方

	*  オブジェクト指向インターフェース


ax.set_title(&quot;TITLE&quot;, OPTION)


	*  Pyplot インターフェース


plt.title(&quot;TITLE&quot;, OPTION)


	*  TITLE: タイトル</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 12 Apr 2019 16:35:20 +0000</pubDate>
        </item>
        <item>
            <title>set_xlabel()</title>
            <link>http://metallocrystal.pug-chimera.ts.net/python/matplotlib/%E5%85%B1%E9%80%9A%E6%93%8D%E4%BD%9C/set_xlabel?rev=1555314488&amp;do=diff</link>
            <description>set_xlabel()

概要

	*  X 軸のラベルを指定する。
	*  set_ylabel()、set_zlabel() も同様にそれぞれの軸のラベルを設定する。

使い方

	*  オブジェクト指向インターフェース


ax.set_xlabel(&quot;LABEL&quot;, OPTION)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 15 Apr 2019 07:48:08 +0000</pubDate>
        </item>
    </channel>
</rss>
