<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://ws.tetsuakibaba.jp/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://ws.tetsuakibaba.jp/feed.php">
        <title>Design Workshop gnuplot:gallery</title>
        <description></description>
        <link>https://ws.tetsuakibaba.jp/</link>
        <image rdf:resource="https://ws.tetsuakibaba.jp/lib/tpl/bootstrap3/images/favicon.ico" />
       <dc:date>2026-04-15T20:02:00+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://ws.tetsuakibaba.jp/doku.php?id=gnuplot:gallery:%E6%8A%98%E3%82%8C%E7%B7%9A%E3%82%B0%E3%83%A9%E3%83%95&amp;rev=1582121448&amp;do=diff"/>
                <rdf:li rdf:resource="https://ws.tetsuakibaba.jp/doku.php?id=gnuplot:gallery:%E7%AE%B1%E3%81%B2%E3%81%92%E5%9B%B3&amp;rev=1582119963&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://ws.tetsuakibaba.jp/lib/tpl/bootstrap3/images/favicon.ico">
        <title>Design Workshop</title>
        <link>https://ws.tetsuakibaba.jp/</link>
        <url>https://ws.tetsuakibaba.jp/lib/tpl/bootstrap3/images/favicon.ico</url>
    </image>
    <item rdf:about="https://ws.tetsuakibaba.jp/doku.php?id=gnuplot:gallery:%E6%8A%98%E3%82%8C%E7%B7%9A%E3%82%B0%E3%83%A9%E3%83%95&amp;rev=1582121448&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-19T23:10:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>gnuplot:gallery:折れ線グラフ</title>
        <link>https://ws.tetsuakibaba.jp/doku.php?id=gnuplot:gallery:%E6%8A%98%E3%82%8C%E7%B7%9A%E3%82%B0%E3%83%A9%E3%83%95&amp;rev=1582121448&amp;do=diff</link>
        <description>折れ線グラフ
$ sh mkgraph.sh
適時filenameを置き換えて上記のように実行してください。


gnuplot &lt;&lt;EOF
filename = &quot;sample.csv&quot;
set datafile separator &quot;,&quot;
set xlabel &quot;label x&quot;
set ylabel &quot;label y&quot;
set tics font &quot;Arial, 12&quot;
set terminal pngcairo
set output &quot;sample.png&quot;
plot [] [] filename title &quot;name of data&quot; with lines
#EOF</description>
    </item>
    <item rdf:about="https://ws.tetsuakibaba.jp/doku.php?id=gnuplot:gallery:%E7%AE%B1%E3%81%B2%E3%81%92%E5%9B%B3&amp;rev=1582119963&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-19T22:46:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>gnuplot:gallery:箱ひげ図</title>
        <link>https://ws.tetsuakibaba.jp/doku.php?id=gnuplot:gallery:%E7%AE%B1%E3%81%B2%E3%81%92%E5%9B%B3&amp;rev=1582119963&amp;do=diff</link>
        <description>箱ひげ図

大規模データセット開発なんかのデータの具合を示すのに利用される図．中央値，75，25パーセンタイル値，最大，最小値を一つの箱にひげを伸ばす形で表示するもの．エクセルからも利用できるが，データ数が多い場合は手に負えないのでgnupolotを使うととっても便利．</description>
    </item>
</rdf:RDF>
