GNUPLOT: Plotting on the surface of a sphere

前端 未结 2 829
挽巷
挽巷 2020-12-15 13:34

I have a function dependent on phi and theta, which I want to plot on the surface of a sphere. The date is stored in a .txt file with the columns:

1: x = R*s         


        
2条回答
  •  执笔经年
    2020-12-15 14:24

    I found the solution to my problem by adding the following line:

    set pm3d depthorder
    

提交回复
热议问题