2ちゃんねる スマホ用 ■掲示板に戻る■ 全部 1- 最新50    
レス数が1000を超えているけど、まだ書けるかも知れないよ。

gnuplot を使おう。 その3

1 :名無しさん@お腹いっぱい。:2011/08/25(木) 12:15:50.61 .net
グラフ描画ソフト gnuplot のスレ。

gnuplot 公式 Web ページ
http://www.gnuplot.info/

前スレ
gnuplot を使おう。 その2
http://hibari.2ch.net/test/read.cgi/unix/1164719425/

982 :887:2022/12/06(火) 12:08:48.86 .net
>>979,980
このあとエラーとgnuplotのバージョン情報を貼ろうと思ったのですが
昨夜は全然書き込めなくなりました
バージョンはご懸念の通り5.4 patchlevel 5になります
不完全な書き込みにも関わらず情報提供をありがとうございます

983 :887:2022/12/06(火) 12:57:34.65 .net
>>979,980
ビンゴでした
Windows版は5.2.8にしたら意図通り動作しました
(ちなみにLinuxで動作していたのはDebianのstableのやつで5.4.1でした
5.4系列でパイプに問題があるのはWindows版だけかもしれません)
不完全な情報からご回答を頂きまして本当に有難うございました

984 :887:2022/12/10(土) 15:26:23.26 .net
Windowsで
tail -f hoge.gp | gnuplot
のようにしたいのですが
tail -fのように使えるコマンドってありますか?
スレ違いのような気もしますが一連ってことでお聞きします

985 :887:2022/12/10(土) 21:02:57.19 .net
pwshで以下のようにして出来ました
gc hoge.gp -tail 1 -wait | gnuplot

986 :名無しさん@お腹いっぱい。:2022/12/11(日) 22:19:47.72 .net
msys2 や busybox-win32 などを使うのも手だと思います.

987 :887:2022/12/11(日) 23:48:25.03 .net
>>986
有難うございます
なるほどmsys2にtailが入ってるだろうから
それでも良さそうですね

988 :名無しさん@お腹いっぱい。:2022/12/12(月) 11:40:06.40 .net
Gnuplot plans: the start of version 6
https://sourceforge.net/p/gnuplot/mailman/message/37747332/

ソースのクローンの方法
git clone -b branch-6-0-stable git://git.code.sf.net/p/gnuplot/gnuplot-main

なお,5.4.6は2023年初旬にリリースされるようです.

989 :名無しさん@お腹いっぱい。:2022/12/12(月) 22:53:39.73 .net
Windows と cygwin の 6.0.0alpha のバイナリ
http://tmacchant33.starfree.jp/gnuplot600alpha_bin.html

990 :名無しさん@お腹いっぱい。:2022/12/13(火) 11:24:30.21 .net
何が変わるんだろ?

991 :名無しさん@お腹いっぱい。:2022/12/13(火) 15:05:54.85 .net
今年後半から開発版(5.5)に入ったwatch points, polar grid とfunction blockが入るのは

992 :名無しさん@お腹いっぱい。:2022/12/13(火) 15:08:01.00 .net
(途中ですみませんでした.)
が入るのは間違いないでしょう.いずれも魅力的な改変です.
6.0.0alphaにはsharpenという機能が入りました.

993 :名無しさん@お腹いっぱい。:2022/12/13(火) 15:16:15.08 .net
現バージョンって、プロシージャ的なプロットってできるんでしたっけ?
新しく機能追加するならそういうのの気もする

994 :名無しさん@お腹いっぱい。:2022/12/13(火) 16:00:22.55 .net
プロシージャ的なプロットいう言葉がPython 的な関数ブロックで定義された
関数をプロットすることなら,最近開発版に実装されたfunction block ですね
6.0.0ではこれがリリース版で使えるようになります

995 :名無しさん@お腹いっぱい。:2022/12/13(火) 17:18:33.64 .net
6.0.0alphaのマニュアルのスナップショットを挙げておきます.
http://tmacchant33.starfree.jp/Files/gnuplot600alpha20221212.pdf

p24のNew features in version 6
を見ると新しい機能がわかります.

996 :名無しさん@お腹いっぱい。:2022/12/13(火) 22:32:38.04 .net
>>994さん
ありがとうございます。
自分が書いたプロシージャ的というのは、L-systemで表現されるみたいなルールベースのプロットという意味です
function blockを見てみましたがコードのモジュラー化みたいで、自分の思ってたのとは違うみたいでした。
でもこんな機能があるの初めて知りました

まぁ他の言語で数値を得て描画だけさせるという方法で可能だし、ソフトウェアの複雑化という意味で変な可能は実装しないほうが良いのかもしれないですが。

997 :名無しさん@お腹いっぱい。:2023/01/09(月) 09:41:42.98 .net
開発版のバージョンが6.1になりました

998 :名無しさん@お腹いっぱい。:2023/01/29(日) 21:18:10.98 .net
竹の先生のページに最新の開発版の情報が紹介されています
整理されて書かれていますのでぜひご覧ください
http://takeno.iee.niit.ac.jp/~shige/unix/gnuplot/gpinfo-2023.html#info-20230125

999 :名無しさん@お腹いっぱい。:2023/01/30(月) 10:26:56.74 .net
>>998
関数いいな
もうgnuplotだけで立派なプログラム書けそうだな
CGライブラリの充実したスクリプト言語

1000 :名無しさん@お腹いっぱい。:2023/01/30(月) 10:37:17.73 .net
CGに強いスクリプト言語としてpostsciptに勝つには、あとは関数型プログラミングサポート(高階手続き)や名前空間、評価環境だろうけど

この辺の言語設計の基礎に手を入れると既存のスクリプトが色々壊れそうだから、やりすぎかね?

1001 :名無しさん@お腹いっぱい。:2023/02/08(水) 09:53:16.78 .net
5.4.6が来週にはリリースされるようです.
5.4のいやバージョン5のラストリリースになる予定です.
https://sourceforge.net/p/gnuplot/mailman/message/37775397/

Changes in 5.4.6
================
* NEW set key {columns <exact no of columns>}
; set key {keywidth <exact width>}
* NEW XDG support
; startup file: $XDG_CONFIG_HOME/gnuplot/gnuplotrc
; history file: $XDG_STATE_HOME/gnuplot_history
; wxt configuration: $XDG_CONFIG_HOME/gnuplot/gnuplot-wxt.conf
* CHANGE remove "alldoc" build target
* CHANGE plot with polygons fillstyle empty really does mean empty
* FIX windows: various problems mixing piped input and stdin Bug #2491
* FIX x11: bad interactions of lt nodraw, bgnd and dash pattern Bug #2572
* FIX wxt: export-to-file widget should preserve line properties
* FIX svg: set initial default fill to "none"
* FIX png: back-compatibility with very old versions of gdlib Bug #2579
* FIX variable pointtype, pointsize in plot style yerrorlines
* FIX border color for polygons with variable fillcolor
* FIX definition followed by iteration in a plot command Bug #2580
* FIX parametric plot with filledcurves y1=<limit> Bug #1797

1002 :名無しさん@お腹いっぱい。:2023/02/12(日) 09:02:50.47 .net
5.4.6がリリースされました

1003 :名無しさん@お腹いっぱい。:2023/02/12(日) 13:17:55.00 .net
Gnuplot Q&A 掲示板 3537 に 5.4.6 のNEWSの訳読めます

1004 :名無しさん@お腹いっぱい。:2023/02/21(火) 18:29:41.80 .net
5.4.6でXDGがサポートされましたが,wxGTK が2.8の場合うまくビルドできないようです.
https://sourceforge.net/p/gnuplot/bugs/2587/

開発版では修正済みだったのですが5.4.6へのXDGサポートのバックポート時に
反映されていなかったようです.
というわけで5.4.7が出るようです

1005 :名無しさん@お腹いっぱい。:2023/03/07(火) 10:55:38.92 .net
New plot style "with sectors"
https://sourceforge.net/p/gnuplot/gnuplot-main/ci/c4bbbc2010af291cf678c8fbdcf83c1fd6e0d223/

次のgnuplot マニュアル2023/3/7 版 93ページ参照
http://tmacchant33.starfree.jp/Files/gnuplot610_20230307.pdf
デモは
http://www.gnuplot.info/demo/sectors.html

1006 :名無しさん@お腹いっぱい。:2023/03/08(水) 14:34:45.88 .net
開発版のgnuplotをUbuntu(22.04)上でビルドする手順をまとめました
Debian系なら似たような手順を使えると思います
https://sourceforge.net/p/gnuplot/support-requests/282/

1007 :名無しさん@お腹いっぱい。:2023/03/11(土) 01:34:37.71 .net
>>1000
そりゃスクリプト言語としてはpostscriptの方が優れてるし、言語仕様もしっかりしててドキュメントも多い
しかし誰でも何となくで書けるalgol-likeな言語であることが何よりも重要なんだわ

1008 :名無しさん@お腹いっぱい。:2023/03/13(月) 08:32:14.86 .net
>>1000 >>1007
gnuplotはスクリプト型のグラフ作成ソフトでpostscript言語とは目指してるものが違うように思います.
比べるならばpython のmatplotlibでしょうか.
私は勝負グラフはmatplotlibに移行しました.
ただ,通常のプロットはgnuplotが手軽で利用しています.

1009 :名無しさん@お腹いっぱい。:2023/03/15(水) 13:24:42.93 .net
5.4.6 Windows バイナリにfontconfig 関係のファイルを含むようにしました.
PANGOCAIRO_BACKENDをfontconfig(fc)に設定するときの警告をなくすためです

1010 :名無しさん@お腹いっぱい。:2023/03/17(金) 01:44:57.15 .net
コルーチン、スレッド/プロセス管理、高階手続き、例外機構などpsの先進的だった機能もpython3系で追い付かれた感があるわな
当然エコシステムでも敵わないから、psの書き手はますます減りそうで寂しい

1011 :名無しさん@お腹いっぱい。:2023/03/17(金) 02:02:20.54 .net
yieldとかあったな、本当に先進的
俺はgnuplotに吐かせたpsコードに引数処理、与えたファイルとストリームの読み書き、素直なデータのパースを書き加える程度

単に他の言語でラッパを書くとファイルが増えて面倒という理由だけど

1012 :名無しさん@お腹いっぱい。:2023/03/18(土) 21:48:18.18 .net
皆さんpsの高度な機能使ってるんですね
自分は作成したらプリントするか、ベクター系のソフトで編集する位だけど、他の皆さんかどういう用途で使ってるのか想像つかないです

1013 :名無しさん@お腹いっぱい。:2023/03/18(土) 22:04:27.38 .net
数式で表せる図形とか書いたことあるな

1014 :名無しさん@お腹いっぱい。:2023/03/19(日) 02:07:01.25 .net
なるほど
フラクタルとか、難しい数式をビジュアル化するとか面白そうですね

1015 :名無しさん@お腹いっぱい。:2023/03/28(火) 15:33:16.40 .net
標準配布のgnuplot環境には大抵ps処理系(組み込み、gs等インタプリタ)が含まれてるから確かに昔は重宝したけ

今のPC環境なら選択肢は無数にあるから好きな言語選べば良いと思うけどね

1016 :名無しさん@お腹いっぱい。:2023/04/13(木) 17:46:54.96 .net
開発版の新機能について竹の先生が紹介されています.
http://takeno.iee.niit.ac.jp/~shige/unix/gnuplot/gpinfo-2023.html#info-20230407

1017 :名無しさん@お腹いっぱい。:2023/05/19(金) 10:17:17.95 .net
5.4.7testing がでました

Changes in 5.4.7
================

* FIX pseudofiles '+','++' must ignore "set datafile columnheader" Bug #2585
* FIX data from an array must ignore "set datafile columnheader" Bug #2585
* FIX various problems with unbounded plot iteration Bug #2589
* FIX allow plot ... smooth acsplines with filledcurves Bug #2592
* FIX "plot title at {end|beginning}" belongs in KEYSAMPLE layer
* FIX handle empty string in last field of csv file
* FIX Handle nonlinear axes during contour generation Bug #2593
* FIX yerrorbars key sample should match bars in the plot Bug #2598
* FIX "plot with table" must skip all smoothing operations Bug #2610
* FIX cairolatex/epslatex: prevent doubled text in opaque textboxes
* FIX wxt: versions prior to 3.0 do not support XDG Bug #2587
* FIX wxt: fontscale and fontsize handling was inconsistent Bug #2373
* FIX tikz epslatex cairolatex: updated to work with TeXLive2023 Bug #2613
* FIX correctly report cardinality of an empty array is zero Bug #2616
* FIX ignore datafile separator when plotting from an array
* FIX combination of pm3d options "at b" or "at t" with "depthorder"
* FIX combination of 'autotitle columnhead' and 'using col("key")' Bug #2620
* FIX do not complain if XDG files are not found because no $HOME Bug #2623
* FIX windows terminal: arrow length corrected for aspect ratio Bug #2565

1018 :名無しさん@お腹いっぱい。:2023/05/22(月) 09:01:35.54 .net
gnuplot 5.4.7 がリリースされました
https://sourceforge.net/projects/gnuplot/files/gnuplot/5.4.7/

これが今度こそ最後にVer.5のリリースとなり,次は6.0.0になると思います

1019 :名無しさん@お腹いっぱい。:2023/05/25(木) 16:29:49.89 .net
`kittycairo` terminalが現在の開発版にくみこまれました

+" The `kittycairo` terminal generates in-window output on terminal emulators",
+" that support the kitty graphics protocol. The actual drawing is done via",
+" cairo, a 2D graphics library, and pango, a library for text rendering.",
+" The kitty protocol is an alternative to sixel graphics, with the advantage",
+" of support for 24-bit RGB colors and slightly lower required bandwidth to",
+" transfer the image data between computer and terminal in a remote session.",
+"",
+" Syntax:",
+" set terminal kittycairo",
+" {{no}enhanced} {mono|color}",
+" {font <font>} {fontscale <scale>}",
+" {linewidth <lw>} {rounded|butt|square} {dashlength <dl>}",
+" {background <rgbcolor>}",
+" {size <XX>,<YY>} {anchor|scroll}",
+"",

1020 :名無しさん@お腹いっぱい。:2023/05/25(木) 16:30:09.69 .net
+" This terminal processes labels and other text using enhanced formatting",
+" by default. See `enhanced`.",
+"",
+" The width of all lines in the plot can be modified by the factor <lw>",
+" specified in `linewidth`. The font size can similarly be uniformly modified",
+" the scale factor provided by `fontscale`. For discussion of font and text",
+" encoding options, see the `pdfcairo` terminal."
+"",
+" The option `rounded` sets line caps and line joins to be rounded;",
+" `butt` is the default, producing butt caps and mitered joins.",
+"",
+" The size of the plot is given in screen pixels. By default each plot is",
+" drawn starting at the current cursor position and scrolls with the terminal",
+" text. `anchor` instead pins each plot to the top left of the terminal window.",
+" This is useful for animation or pseudo-mousing using the keyboard",
+" (see `pseudo-mousing`).",

1021 :名無しさん@お腹いっぱい。:2023/06/15(木) 14:47:55.33.net
5.4.8がでました.5.4.7でバージョン番号の扱いに誤りがあってその修正だけです.

1022 :名無しさん@お腹いっぱい。:2023/07/22(土) 04:05:44.92.net
[0:26+2/3]の範囲で

- 0.4 * x + 48



64-x

で囲まれた領域を描画したいです。

plot sample [0:26+2/3] 64 - x with filledcurves above - 0.4 * x + 48 fc "yellow" notitle

と入力すると、

unexpected or unrecognized token: -

というエラーが出てきます。どのへんがおかしいでしょうか

1023 :名無しさん@お腹いっぱい。:2023/07/22(土) 11:14:19.96.net
>>1022
>unexpected or unrecognized token: -
なんてでないよ

1024 :名無しさん@お腹いっぱい。:2023/07/22(土) 14:11:24.15.net
>1023

そうですか。私の環境のせいかもしれませんので、少し調べてみます。
ありがとうございました。

1025 :名無しさん@お腹いっぱい。:2023/07/25(火) 23:49:29.67.net
うちの環境は同じメッセージでたよ
aboveと0.4の間のマイナスのとこだって

1026 :名無しさん@お腹いっぱい。:2023/07/26(水) 01:20:19.89.net
plot [0:26+2/3] 64-x with filledcurves x1 fc "yellow" notitle, - 0.4 * x + 48 with filledcurves x1 lc "white" notitle
とかかな?

1027 :名無しさん@お腹いっぱい。:2024/03/15(金) 17:28:49.14 .net
gnuplot-6.0.0 が2023の12月末にでています

1028 :名無しさん@お腹いっぱい。:2024/03/27(水) 19:43:05.59 .net
クイズ!カラオケ!つま先立ちショッピング!

1029 :名無しさん@お腹いっぱい。:2024/03/27(水) 20:08:23.89 .net
今日は買い時じゃないか
IDなしだから
昨シーズン運が良かったんじゃないのにあかんのに
よくそんな意味でのコメント ありゃ最低や

1030 :名無しさん@お腹いっぱい。:2024/03/31(日) 21:55:57.30 .net
>>1027
multiplotの各プロットでreplotとかできるらしいのは良さげ。

ただTcl/TkとかでGUI作ってそっちにplotした方が柔軟性はある。x11限定だけど。
x11以外にもそういうこと(出力先を別アプリのウィンドウにする)できるのあるのかなぁ。

1031 :sage:2024/04/19(金) 13:07:44.85 .net
6.0.0のWindowsバイナリがリリースされました

296 KB
新着レスの表示

掲示板に戻る 全部 前100 次100 最新50
名前: E-mail (省略可) :

read.cgi ver 2014.07.20.01.SC 2014/07/20 D ★