gnuplot を使おう。 その3 (944レス)
1-

734: 2019/04/15(月)05:35 AAS
>>733 実はgnuplotは現在なにもしていしないで、フルビルドするとどんなプラットホームでもqtがデフォルトだ。windowsはビルド時にオプションでwxtにしている。
私もqtが好きではないのでlinuxては.bashrcで
export GNUTERM=wxt
をやってる。
735: 2019/05/18(土)05:21 AAS
必要なヘッダが見つからないとかじゃない?
736
(1): 2019/05/22(水)07:55 AAS
gnuplot-5.2.7beta.tar.gz が
外部リンク:sourceforge.net
にアップロードされました。
737: 2019/05/22(水)12:10 AAS
>>736
Windowsバイナリをアップロードしました。
738: 2019/05/29(水)16:54 AAS
5.2.7がリリースされました。
外部リンク:sourceforge.net
Windowsバイナリもアップロードしました。
739
(1): 2019/05/29(水)18:18 AAS
wsltty 3.0.1.2 (2019-05-29)
外部リンク[2]:github.com
740: 2019/05/29(水)18:18 AAS
>>739
誤爆した失礼しました。m(__)m。
741: 2019/05/29(水)18:37 AAS
Changes in 5.2.7
================

* NEW "set pm3d noclipcb" will skip drawing quadrangles with color < cbmin
* NEW pm terminal supports utf8, dashed lines, bold/italic text
* NEW imaginary component of array values is available to "using" in column 3
* NEW gnuplot --slow may help use of qt terminal with slow system font server
742: 2019/05/29(水)18:38 AAS
* CHANGE splot "with points pt 0" acts like "with dots"
* CHANGE (tikz) improved default interpretation of gnuplot arrowhead style
* CHANGE teach hidden3d to handle double-headed vectors (arrowstyle "heads")
* CHANGE "unset title" or "reset" resets all title properties to default
* CHANGE font names passed to enhanced text processing may be in quotes
* CHANGE cairo terminals accept fractional font sizes
* CHANGE "plot with table" does not output trailing field separator
* CHANGE better centering for clustered histograms
* CHANGE clear STATS_* variables before performing analysis
* CHANGE cairo, libgd, and svg terminals handle LT_NODRAW by not drawing at all
省3
743: 2019/05/29(水)18:38 AAS
* FIX "plot with table" unnecessarily limited string column output to 60 chars
* FIX (windows) make sure graph window is shown even if the program is "hidden"
* FIX hidden3d mode was not correctly dealing with arrowstyle backhead
* FIX sprintf in 'using' spec must not clobber numeric locale
* FIX tikz - request for polygon with 0 vertices could hang terminal
* FIX lua/tikz - do not attempt to ftruncate output being piped through stdout
* FIX tkcanvas - do not attempt to ftruncate output being piped through stdout
* FIX handle NaN values in input stream to "stats FOO matrix"
* FIX prevent extra read past the end of a datablock holding matrix data
* FIX pm - issues in box and polygon fill, (wide) lines, enhanced text, images
省5
744: 2019/05/30(木)12:33 AAS
5.2.7のNEWSの和訳

5.2.7 での変更
==============
* 新規 "set pm3d nolipcb" は cbmin より小さい色の四辺形の描画をスキップ
* 新規 pm 出力形式で utf8, 破線、ボールド、イタリック文字列をサポート
* 新規 配列値の虚数部分を "using" で 3 列目として使えるように
* 新規 遅いシステムフォントサーバでの qt 出力形式用に gnuplot --slow
745: 2019/05/30(木)12:33 AAS
* 変更 splot "with points pt 0" が "with dots" 同様になるように
* 変更 (tikz) gnuplot の矢先スタイルのデフォルトの実装の改良
* 変更 hidden3d で双頭のベクトル (arrowstyle "heads") を処理するできるよう
* 変更 "unset title" や "reset" でタイトル属性をすべてデフォルトに
* 変更 拡張文字列処理に渡すフォント名を引用符に入れれるように
* 変更 cairo 出力形式で非整数のフォントサイズ指定を可能に
* 変更 "plot with table" が引き続くフィールド分離子を出力しないよう
* 変更 積み上げ型ヒストグラムの中央揃えの改良
* 変更 解析の実行前に STATS_* 変数をクリア
* 変更 cairo, libgd, svg 出力形式で LT_NODRAW を何も描かないように処理
省4
746: 2019/05/30(木)12:33 AAS
* 修正 "plot with table" の文字列出力の 60 文字への不必要な制限
* 修正 (windows) gnuplot が隠れていてもグラフウィンドウが見えるように
* 修正 hidden3d モードが arrowstyle backhead を正しく処理していなかった問題
* 修正 using 内での sprintf は数値ロケールを必ず壊さない
* 修正 tikz - 頂点 0 の多角形を要求するとドライバがハングしていた
* 修正 lua/tikz - stdout へのパイプ出力の際に ftruncate しようとしてなかった
* 修正 tkcanvas - stdout へのパイプ出力の際に ftruncate しようとしてなかった
* 修正 "stats FOO matrix" への入力列の NaN 値の処理
* 修正 matrix データを保持するデータブロックの最後に追加入力を通さないよう
* 修正 pm - 箱と多角形の塗り潰し、広い線、拡張文字列処理、画像等の問題
省5
747: 2019/05/30(木)12:34 AAS
結構,変更,修正があります。バージョンアップできる人はした方がいいでしょう。
748: 2019/05/30(木)23:56 AAS
パッチレベルなんだ
749
(1): 2019/05/31(金)00:26 AAS
データファイルの何列目を使うかを変数で指定したくて
a=2
plot "foo" using 1:(column(a))
とやると、using 1:2と同じでうまくいくんだけど、aをxにするとあたかも
using 1:(column(0)) かのように振る舞う。yなら問題ない。
xという変数名自体に何か特別な意味ってありましたっけ?
750: 2019/05/31(金)07:55 AAS
x はgnuplotではx軸の変数。
例えば
plot x -x**3

splotではx, y になる。
751: 2019/05/31(金)08:10 AAS
plotでは通常xは特別。parametricではtは特別。
splotでは通常x, yは特別。parametricではu, vは特別。
752: 749 2019/06/01(土)00:16 AAS
よく分かりました。
753: 2019/07/18(木)20:12 AAS
internal use; post-5.2.7 but not yet a release candidate for 5.2.8
外部リンク:sourceforge.net

git のstableで Bump version to 8alpha というコミットがありました。
あくまで内部的なものなのでこれが次は5.2.8であるというわけではないのですが
5.4でなく,5.2.8がでるのでしょうか?
1-
あと 191 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.008s