在 gnuplot 中,我试图将键设置在几个绘图的特定位置,然后我只希望它位于屏幕的右下角。我试过了:
set key at -5, 5
plot x
set key bottom right
replot
但钥匙不会移动到右下角。如何让 gnuplot 忘记我之前设置的特定键位置?
在 gnuplot 中,我试图将键设置在几个绘图的特定位置,然后我只希望它位于屏幕的右下角。我试过了:
set key at -5, 5
plot x
set key bottom right
replot
但钥匙不会移动到右下角。如何让 gnuplot 忘记我之前设置的特定键位置?