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.
我正在使用以下方法将文本添加到八度图:
h = 文本(x1,-2,'x_1');
然后我尝试使用以下方法更改字体大小:
设置(h,'字体大小',16);
只有下标 '1' 的大小会发生变化。这是一个错误还是我做错了什么?
我正在运行 Octave 3.4.0 和 gnuplot 4.4.0。我无法重现这种行为。我的钱花在了虫子上。