小编Tar*_*mal的帖子

gnuplot旋转轴标签(xlabel,ylabel和zlabel)在3d图中不起作用

我很难在我的3d图上将y轴和z轴标签与轴tics对齐.这是我的代码.

  set ylabel "Infectious Duration (days)" rotate by 90
  set zlabel "Compute Time (sec)" rotate by 90
  set logscale x

  splot  "TCompISIS3d.txt" using 1:2:3 title 'SIS-Inf1' with points , \
         "TCompISIS3d.txt" using 1:4:5 title 'SIS-Inf4' with points , \
         "TCompISIS3d.txt" using 1:6:7 title 'SIS-Inf10' with points , \
         "TCompISIS3d.txt" using 1:8:9 title 'SIS-Inf50' with points
Run Code Online (Sandbox Code Playgroud)

但它不会旋转任何标签.请帮忙!

gnuplot rotation

1
推荐指数
1
解决办法
1万
查看次数

标签 统计

gnuplot ×1

rotation ×1