gnuplot: insert custom xtic label amidst otherwise regular tic intervals

后端 未结 1 1191
不知归路
不知归路 2021-02-13 21:54

I\'m actually using orgmode to export, so my data is simply in org-table form; that shouldn\'t matter. It\'s like so:

|  Time | Video | Presentation | Paper |
|-         


        
1条回答
  •  暖寄归人
    2021-02-13 22:35

    Shown with "Pi" in the documentation:

    set xtics 0,5,40
    set xtics add ("Event" 30)
    

    0 讨论(0)
提交回复
热议问题