gnuplot を使おう。 その3 (944レス)
gnuplot を使おう。 その3 http://mevius.5ch.net/test/read.cgi/unix/1314242150/
上
下
前
次
1-
新
通常表示
512バイト分割
レス栞
925: 名無しさん@お腹いっぱい。 [sage] 2023/03/19(日) 02:07:01.25 なるほど フラクタルとか、難しい数式をビジュアル化するとか面白そうですね http://mevius.5ch.net/test/read.cgi/unix/1314242150/925
926: 名無しさん@お腹いっぱい。 [sage] 2023/03/28(火) 15:33:16.40 標準配布のgnuplot環境には大抵ps処理系(組み込み、gs等インタプリタ)が含まれてるから確かに昔は重宝したけ 今のPC環境なら選択肢は無数にあるから好きな言語選べば良いと思うけどね http://mevius.5ch.net/test/read.cgi/unix/1314242150/926
927: 名無しさん@お腹いっぱい。 [sage] 2023/04/13(木) 17:46:54.96 開発版の新機能について竹の先生が紹介されています. http://takeno.iee.niit.ac.jp/~shige/unix/gnuplot/gpinfo-2023.html#info-20230407 http://mevius.5ch.net/test/read.cgi/unix/1314242150/927
928: 名無しさん@お腹いっぱい。 [sage] 2023/05/19(金) 10:17:17.95 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 http://mevius.5ch.net/test/read.cgi/unix/1314242150/928
929: 名無しさん@お腹いっぱい。 [sage] 2023/05/22(月) 09:01:35.54 gnuplot 5.4.7 がリリースされました https://sourceforge.net/projects/gnuplot/files/gnuplot/5.4.7/ これが今度こそ最後にVer.5のリリースとなり,次は6.0.0になると思います http://mevius.5ch.net/test/read.cgi/unix/1314242150/929
930: 名無しさん@お腹いっぱい。 [sage] 2023/05/25(木) 16:29:49.89 `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}", +"", http://mevius.5ch.net/test/read.cgi/unix/1314242150/930
931: 名無しさん@お腹いっぱい。 [sage] 2023/05/25(木) 16:30:09.69 +" 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`).", http://mevius.5ch.net/test/read.cgi/unix/1314242150/931
932: 名無しさん@お腹いっぱい。 [sage] 2023/06/15(木) 14:47:55.33 5.4.8がでました.5.4.7でバージョン番号の扱いに誤りがあってその修正だけです. http://mevius.5ch.net/test/read.cgi/unix/1314242150/932
933: 名無しさん@お腹いっぱい。 [] 2023/07/22(土) 04:05:44.92 [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: - というエラーが出てきます。どのへんがおかしいでしょうか http://mevius.5ch.net/test/read.cgi/unix/1314242150/933
934: 名無しさん@お腹いっぱい。 [sage] 2023/07/22(土) 11:14:19.96 >>933 >unexpected or unrecognized token: - なんてでないよ http://mevius.5ch.net/test/read.cgi/unix/1314242150/934
935: 名無しさん@お腹いっぱい。 [] 2023/07/22(土) 14:11:24.15 >934 そうですか。私の環境のせいかもしれませんので、少し調べてみます。 ありがとうございました。 http://mevius.5ch.net/test/read.cgi/unix/1314242150/935
936: 名無しさん@お腹いっぱい。 [sage] 2023/07/25(火) 23:49:29.67 うちの環境は同じメッセージでたよ aboveと0.4の間のマイナスのとこだって http://mevius.5ch.net/test/read.cgi/unix/1314242150/936
937: 名無しさん@お腹いっぱい。 [sage] 2023/07/26(水) 01:20:19.89 plot [0:26+2/3] 64-x with filledcurves x1 fc "yellow" notitle, - 0.4 * x + 48 with filledcurves x1 lc "white" notitle とかかな? http://mevius.5ch.net/test/read.cgi/unix/1314242150/937
938: 名無しさん@お腹いっぱい。 [] 2024/03/15(金) 17:28:49.14 gnuplot-6.0.0 が2023の12月末にでています http://mevius.5ch.net/test/read.cgi/unix/1314242150/938
939: 名無しさん@お腹いっぱい。 [sage] 2024/03/27(水) 19:43:05.59 クイズ!カラオケ!つま先立ちショッピング! http://mevius.5ch.net/test/read.cgi/unix/1314242150/939
940: 名無しさん@お腹いっぱい。 [] 2024/03/27(水) 20:08:23.89 今日は買い時じゃないか IDなしだから 昨シーズン運が良かったんじゃないのにあかんのに よくそんな意味でのコメント ありゃ最低や http://mevius.5ch.net/test/read.cgi/unix/1314242150/940
941: 名無しさん@お腹いっぱい。 [sage] 2024/03/31(日) 21:55:57.30 >>938 multiplotの各プロットでreplotとかできるらしいのは良さげ。 ただTcl/TkとかでGUI作ってそっちにplotした方が柔軟性はある。x11限定だけど。 x11以外にもそういうこと(出力先を別アプリのウィンドウにする)できるのあるのかなぁ。 http://mevius.5ch.net/test/read.cgi/unix/1314242150/941
942: sage [] 2024/04/19(金) 13:07:44.85 6.0.0のWindowsバイナリがリリースされました http://mevius.5ch.net/test/read.cgi/unix/1314242150/942
943: 名無しさん@お腹いっぱい。 [sage] 2024/05/30(木) 12:34:53.52 6.0.1がリリースされました.Windowsバイナリもリリースされました. http://mevius.5ch.net/test/read.cgi/unix/1314242150/943
944: 名無しさん@お腹いっぱい。 [sage] 2024/06/04(火) 22:33:04.31 ggplotに移行してたが matplotlibに再移行 http://mevius.5ch.net/test/read.cgi/unix/1314242150/944
上
下
前
次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
1.353s*