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.
このようなデータの配列があります[0.5, 0.3, 0.15,0.0, 0.0, -0.09, -0.25,-0.4]。
[0.5, 0.3, 0.15,0.0, 0.0, -0.09, -0.25,-0.4]
各ボックスの上に対応するボックスのラベル(または番号)を付けて、どれがどれかを示したいと思いました。
誰もがこれを行う方法を知っていますか?
ありがとう。
plot 'data.txt' using 1:3 with boxes lt 1 title columnheader(3), \ 'data.txt' using 1:3:(sprintf("%.0f",$3)) with labels font "Helvetica,8" center offset 0,0.5 notitle