GNUplot 在 3D 图中给定平面中旋转标签的问题

Problems with GNUplot in rotating labels in a given plane in a 3D plot

希望大家在隔离期间一切安好

我有一个 3D 图,我需要在给定位置放置一些文本(标签),然后在 x-y 平面中旋转文本。

然而,当我尝试

set label 4 'Corporative' at 3.6, 0.6, 0.0 font ",18" rotate by -90.0 tc lt 2

文本 "Corporative" 垂直于 x-y 平面旋转。见下图

有没有办法在 x-y 平面上施加旋转?

非常感谢

对于轴标签,是的。例如你可以说

  set ylabel "Escopo" rotate parallel

对于"set label",没有