gnuplot を使おう。 その3 (944レス)
gnuplot を使おう。 その3 http://mevius.5ch.net/test/read.cgi/unix/1314242150/
上
下
前
次
1-
新
通常表示
512バイト分割
レス栞
910: 名無しさん@お腹いっぱい。 [sage] 2023/01/30(月) 10:26:56.74 >>909 関数いいな もうgnuplotだけで立派なプログラム書けそうだな CGライブラリの充実したスクリプト言語 http://mevius.5ch.net/test/read.cgi/unix/1314242150/910
911: 名無しさん@お腹いっぱい。 [sage] 2023/01/30(月) 10:37:17.73 CGに強いスクリプト言語としてpostsciptに勝つには、あとは関数型プログラミングサポート(高階手続き)や名前空間、評価環境だろうけど この辺の言語設計の基礎に手を入れると既存のスクリプトが色々壊れそうだから、やりすぎかね? http://mevius.5ch.net/test/read.cgi/unix/1314242150/911
912: 名無しさん@お腹いっぱい。 [sage] 2023/02/08(水) 09:53:16.78 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 http://mevius.5ch.net/test/read.cgi/unix/1314242150/912
913: 名無しさん@お腹いっぱい。 [sage] 2023/02/12(日) 09:02:50.47 5.4.6がリリースされました http://mevius.5ch.net/test/read.cgi/unix/1314242150/913
914: 名無しさん@お腹いっぱい。 [sage] 2023/02/12(日) 13:17:55.00 Gnuplot Q&A 掲示板 3537 に 5.4.6 のNEWSの訳読めます http://mevius.5ch.net/test/read.cgi/unix/1314242150/914
915: 名無しさん@お腹いっぱい。 [sage] 2023/02/21(火) 18:29:41.80 5.4.6でXDGがサポートされましたが,wxGTK が2.8の場合うまくビルドできないようです. https://sourceforge.net/p/gnuplot/bugs/2587/ 開発版では修正済みだったのですが5.4.6へのXDGサポートのバックポート時に 反映されていなかったようです. というわけで5.4.7が出るようです http://mevius.5ch.net/test/read.cgi/unix/1314242150/915
916: 名無しさん@お腹いっぱい。 [sage] 2023/03/07(火) 10:55:38.92 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 http://mevius.5ch.net/test/read.cgi/unix/1314242150/916
917: 名無しさん@お腹いっぱい。 [sage] 2023/03/08(水) 14:34:45.88 開発版のgnuplotをUbuntu(22.04)上でビルドする手順をまとめました Debian系なら似たような手順を使えると思います https://sourceforge.net/p/gnuplot/support-requests/282/ http://mevius.5ch.net/test/read.cgi/unix/1314242150/917
918: 名無しさん@お腹いっぱい。 [sage] 2023/03/11(土) 01:34:37.71 >>911 そりゃスクリプト言語としてはpostscriptの方が優れてるし、言語仕様もしっかりしててドキュメントも多い しかし誰でも何となくで書けるalgol-likeな言語であることが何よりも重要なんだわ http://mevius.5ch.net/test/read.cgi/unix/1314242150/918
919: 名無しさん@お腹いっぱい。 [sage] 2023/03/13(月) 08:32:14.86 >>911 >>918 gnuplotはスクリプト型のグラフ作成ソフトでpostscript言語とは目指してるものが違うように思います. 比べるならばpython のmatplotlibでしょうか. 私は勝負グラフはmatplotlibに移行しました. ただ,通常のプロットはgnuplotが手軽で利用しています. http://mevius.5ch.net/test/read.cgi/unix/1314242150/919
920: 名無しさん@お腹いっぱい。 [sage] 2023/03/15(水) 13:24:42.93 5.4.6 Windows バイナリにfontconfig 関係のファイルを含むようにしました. PANGOCAIRO_BACKENDをfontconfig(fc)に設定するときの警告をなくすためです http://mevius.5ch.net/test/read.cgi/unix/1314242150/920
921: 名無しさん@お腹いっぱい。 [sage] 2023/03/17(金) 01:44:57.15 コルーチン、スレッド/プロセス管理、高階手続き、例外機構などpsの先進的だった機能もpython3系で追い付かれた感があるわな 当然エコシステムでも敵わないから、psの書き手はますます減りそうで寂しい http://mevius.5ch.net/test/read.cgi/unix/1314242150/921
922: 名無しさん@お腹いっぱい。 [sage] 2023/03/17(金) 02:02:20.54 yieldとかあったな、本当に先進的 俺はgnuplotに吐かせたpsコードに引数処理、与えたファイルとストリームの読み書き、素直なデータのパースを書き加える程度 単に他の言語でラッパを書くとファイルが増えて面倒という理由だけど http://mevius.5ch.net/test/read.cgi/unix/1314242150/922
923: 名無しさん@お腹いっぱい。 [sage] 2023/03/18(土) 21:48:18.18 皆さんpsの高度な機能使ってるんですね 自分は作成したらプリントするか、ベクター系のソフトで編集する位だけど、他の皆さんかどういう用途で使ってるのか想像つかないです http://mevius.5ch.net/test/read.cgi/unix/1314242150/923
924: 名無しさん@お腹いっぱい。 [sage] 2023/03/18(土) 22:04:27.38 数式で表せる図形とか書いたことあるな http://mevius.5ch.net/test/read.cgi/unix/1314242150/924
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
上
下
前
次
1-
新
書
関
写
板
覧
索
設
栞
歴
あと 15 レスあります
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
1.403s*