Hello,
I want to plot a 1D depth model in gnuplot, For this X-axis is same(horizontal) but the Y-axis should indicate depth ie,. Y axis should be below the X-axis. How to plot it, please Help me
Last edit: REHMAN 2018-02-20
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
so far I did
...................................................................................................
set xtics format ""
set x2tics
set xlabel "angels" offset 0.1
set yrange [250:0] reverse;
plot "plot1" axes x2y1 with lines
......................................................................................................
I am able to draw a graph, but other problem is I want to reduce the unit disatce between two values on x axis. below I attaced my output
Hello,
I want to plot a 1D depth model in gnuplot, For this X-axis is same(horizontal) but the Y-axis should indicate depth ie,. Y axis should be below the X-axis. How to plot it, please Help me
Last edit: REHMAN 2018-02-20
so far I did
...................................................................................................
set xtics format ""
set x2tics
set xlabel "angels" offset 0.1
set yrange [250:0] reverse;
plot "plot1" axes x2y1 with lines
......................................................................................................
I am able to draw a graph, but other problem is I want to reduce the unit disatce between two values on x axis. below I attaced my output