gnuplot
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#contents
&tag(gnuplot,グラフ);
* 使い方 [#ve3520e6]
- [[gnuplot homepage>http://www.gnuplot.info/]]
-- [[gnuplot documentation>http://www.gnuplot.info/docume...
- [[gnuplotコマンド集>http://www.gnuplot-cmd.com/index.ht...
本サイトでは gnuplot のコマンドを各カテゴリーごとに掲載...
- [[gnuplot tips (not so Frequently Asked Questions)>http...
- [[shige's page (gnuplot)>http://takeno.iee.niit.ac.jp/%...
ここには gnuplot に関するいくつかの情報を、備忘録として ...
* ver.5.0 [#m885f1dd]
- [[gnuplot version 5 について - 米澤進吾 ホームページ>ht...
** 破線 [#f75fdabb]
- [[gnuplotでの破線の使用(dashtype) - 米澤進吾 ホームペ...
dashtypeはplot withのオプションとして以下のように使いま...
plot sin(x) with lines dt (10,5)
-- [[OSX]]では、"pdf"ではなく"pdfcairo"に指定する必要あり...
* [[Ruby]] [#i858fd2f]
- [[rubyで複数のグラフを作成〜ruby ‘gnuplot’のmultiplotを...
- [[MF / 【Ruby】numo-gnuplotで遊ぶ>http://medfreak.info/...
なにこれ使いやすすぎるでしょ。Rubyのグラフライブラリの決...
* コマンド [#wb65980c]
** 線 [#pd8b89c9]
- [[ポイントや線や色の一覧を作る - 米澤進吾 ホームページ>...
set output "test.png"
set terminal png
test
-- [[OSX]]では、"png"ではなく"pngcairo"に指定する必要あり...
- [[gnuplotコマンド集 - 線分と点の描画スタイル>http://www...
> set style line 1 linewidth 3
> plot x linestyle 1
* x11 [#f2afca26]
- [[= gnuplotで複数ウィンドウにプロットする - ぺっくブロ...
"set term x11 n"でn番目のウィンドウに出力する.っていう...
* オブジェクト [#v826a44a]
** 横軸が月日の場合 [#i8190938]
- Arrow
set style arrow 1 size character 1.2, 20 filled linewidt...
set arrow 1 from '2016-06-13',10 to '2016-06-13',0 arr...
- Background
set object 1 rect from '2016-06-15', 0 to '2016-06-19',9...
- Label
set label at '2016-06-17',5 "Holidays" font "Arial,42" f...
* 円グラフ [#w4ba61e1]
- [[gnuplot で 円グラフを描くには | ゴルディアスの涙目>ht...
gnuplot 5.0 からplotting styleにcircles が追加されて円グ...
* 関連 [#jaef82b4]
#taglist(グラフ)
終了行:
#contents
&tag(gnuplot,グラフ);
* 使い方 [#ve3520e6]
- [[gnuplot homepage>http://www.gnuplot.info/]]
-- [[gnuplot documentation>http://www.gnuplot.info/docume...
- [[gnuplotコマンド集>http://www.gnuplot-cmd.com/index.ht...
本サイトでは gnuplot のコマンドを各カテゴリーごとに掲載...
- [[gnuplot tips (not so Frequently Asked Questions)>http...
- [[shige's page (gnuplot)>http://takeno.iee.niit.ac.jp/%...
ここには gnuplot に関するいくつかの情報を、備忘録として ...
* ver.5.0 [#m885f1dd]
- [[gnuplot version 5 について - 米澤進吾 ホームページ>ht...
** 破線 [#f75fdabb]
- [[gnuplotでの破線の使用(dashtype) - 米澤進吾 ホームペ...
dashtypeはplot withのオプションとして以下のように使いま...
plot sin(x) with lines dt (10,5)
-- [[OSX]]では、"pdf"ではなく"pdfcairo"に指定する必要あり...
* [[Ruby]] [#i858fd2f]
- [[rubyで複数のグラフを作成〜ruby ‘gnuplot’のmultiplotを...
- [[MF / 【Ruby】numo-gnuplotで遊ぶ>http://medfreak.info/...
なにこれ使いやすすぎるでしょ。Rubyのグラフライブラリの決...
* コマンド [#wb65980c]
** 線 [#pd8b89c9]
- [[ポイントや線や色の一覧を作る - 米澤進吾 ホームページ>...
set output "test.png"
set terminal png
test
-- [[OSX]]では、"png"ではなく"pngcairo"に指定する必要あり...
- [[gnuplotコマンド集 - 線分と点の描画スタイル>http://www...
> set style line 1 linewidth 3
> plot x linestyle 1
* x11 [#f2afca26]
- [[= gnuplotで複数ウィンドウにプロットする - ぺっくブロ...
"set term x11 n"でn番目のウィンドウに出力する.っていう...
* オブジェクト [#v826a44a]
** 横軸が月日の場合 [#i8190938]
- Arrow
set style arrow 1 size character 1.2, 20 filled linewidt...
set arrow 1 from '2016-06-13',10 to '2016-06-13',0 arr...
- Background
set object 1 rect from '2016-06-15', 0 to '2016-06-19',9...
- Label
set label at '2016-06-17',5 "Holidays" font "Arial,42" f...
* 円グラフ [#w4ba61e1]
- [[gnuplot で 円グラフを描くには | ゴルディアスの涙目>ht...
gnuplot 5.0 からplotting styleにcircles が追加されて円グ...
* 関連 [#jaef82b4]
#taglist(グラフ)
ページ名: