Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Gnuplot マクロを作成する汎用スクリプトがあります。
範囲が大きすぎる場合 (たとえば、2 桁以上)、y 軸の対数スケールに自動的に切り替える方法はありますか?
すでに入手済み:
if(GPVAL_Y_MAX-GPVAL_Y_MIN>100) set logscale
仕事をします。