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 の multiplot でズーム オプションを探しています。set mouse zoomjumpを使用して、通常の gnuplot でズームを行うことができます。ただし、マルチプロットでは機能しません。マルチプロットをズームインする方法についてのアイデアはありますか? C++ プログラムから gnuplot にコマンドを送信しています。
ありがとう
マルチプロットの最新のプロットのみを拡大できます。マウスセクションの gnuplot マニュアルからのこの引用を参照してください。
マルチプロット モードでは、マウス操作は使用できません。unset multiplot を使用して multiplot が完了すると、マウスは再びオンになりますが、multiplot 内の最新のプロットにのみ作用します (replot と同様)。