I have this script:
gnuplot << eoi set term postscript enh eps 24 set output 'CDL1.eps'
set title 'CD, L = 1'
set xrange [0:1.0]
set yrange [0:1.0]
set xtics 0, 0.5, 1 set ytics 0, 0.5, 1 set xlabel "X"
set ylabel "Y"
set zlabel "cd"
unset key splot 'data/CDsL1.dat' w l lt 1 quit eoi
The result is here: http://dieterbritz.dk/CDL1.pdf
1. How do I move the x-axis labels (0, 0.5, 1) a bit
lower down so that the 0.5 doesn't hit the base line?
2. How do I lower the plot so that the zero level is right
at the bottom?
3 The orientation is not bad as is, but I tried to play with
the angle of view, e.g. using splot 'data/CDsL1.dat' w l lt 1
rotate=pi and there was an error with rotate. How is that done?
On Tue, 29 Oct 2019 09:30:50 +0000, Dieter Britz wrote:
I have this script:
gnuplot << eoi set term postscript enh eps 24 set output 'CDL1.eps'
set title 'CD, L = 1'
set xrange [0:1.0]
set yrange [0:1.0]
set xtics 0, 0.5, 1 set ytics 0, 0.5, 1 set xlabel "X"
set ylabel "Y"
set zlabel "cd"
unset key splot 'data/CDsL1.dat' w l lt 1 quit eoi
The result is here: http://dieterbritz.dk/CDL1.pdf
1. How do I move the x-axis labels (0, 0.5, 1) a bit
lower down so that the 0.5 doesn't hit the base line?
2. How do I lower the plot so that the zero level is right
at the bottom?
3 The orientation is not bad as is, but I tried to play with
the angle of view, e.g. using splot 'data/CDsL1.dat' w l lt 1
rotate=pi and there was an error with rotate. How is that done?
I found out how to lower the whole plot. But that, as you can see now
(same link) wiped out the zero axis marker for Z. Why is this?
And I still want to know how to shift the X-axis numbers so that they
don't touch the grid line.
On Thu, 31 Oct 2019 10:33:54 +0000, au76666 wrote:
On Tue, 29 Oct 2019 09:30:50 +0000, Dieter Britz wrote:
I have this script:
gnuplot << eoi set term postscript enh eps 24 set output 'CDL1.eps'
set title 'CD, L = 1'
set xrange [0:1.0]
set yrange [0:1.0]
set xtics 0, 0.5, 1 set ytics 0, 0.5, 1 set xlabel "X"
set ylabel "Y"
set zlabel "cd"
unset key splot 'data/CDsL1.dat' w l lt 1 quit eoi
The result is here: http://dieterbritz.dk/CDL1.pdf
1. How do I move the x-axis labels (0, 0.5, 1) a bit
lower down so that the 0.5 doesn't hit the base line?
2. How do I lower the plot so that the zero level is right
at the bottom?
3 The orientation is not bad as is, but I tried to play with
the angle of view, e.g. using splot 'data/CDsL1.dat' w l lt 1
rotate=pi and there was an error with rotate. How is that done?
I found out how to lower the whole plot. But that, as you can see now
(same link) wiped out the zero axis marker for Z. Why is this?
And I still want to know how to shift the X-axis numbers so that they
don't touch the grid line.
Forget it, I have worked around it.
On 31/10/2019 13:11, au76666 wrote:
On Thu, 31 Oct 2019 10:33:54 +0000, au76666 wrote:Please tell ......
On Tue, 29 Oct 2019 09:30:50 +0000, Dieter Britz wrote:
I have this script:
gnuplot << eoi set term postscript enh eps 24 set output 'CDL1.eps'
set title 'CD, L = 1'
set xrange [0:1.0]
set yrange [0:1.0]
set xtics 0, 0.5, 1 set ytics 0, 0.5, 1 set xlabel "X"
set ylabel "Y"
set zlabel "cd"
unset key splot 'data/CDsL1.dat' w l lt 1 quit eoi
The result is here: http://dieterbritz.dk/CDL1.pdf
1. How do I move the x-axis labels (0, 0.5, 1) a bit
lower down so that the 0.5 doesn't hit the base line?
2. How do I lower the plot so that the zero level is right
at the bottom?
3 The orientation is not bad as is, but I tried to play with
the angle of view, e.g. using splot 'data/CDsL1.dat' w l lt 1
rotate=pi and there was an error with rotate. How is that done?
I found out how to lower the whole plot. But that, as you can see now
(same link) wiped out the zero axis marker for Z. Why is this?
And I still want to know how to shift the X-axis numbers so that they
don't touch the grid line.
Forget it, I have worked around it.
On 31.10.2019 15:27, Chris Elvidge wrote:
On 31/10/2019 13:11, au76666 wrote:Nobody needs a "work around" for that. See help xtics and use the
On Thu, 31 Oct 2019 10:33:54 +0000, au76666 wrote:Please tell ......
On Tue, 29 Oct 2019 09:30:50 +0000, Dieter Britz wrote:
I have this script:
gnuplot << eoi set term postscript enh eps 24 set output 'CDL1.eps'
set title 'CD, L = 1'
set xrange [0:1.0]
set yrange [0:1.0]
set xtics 0, 0.5, 1 set ytics 0, 0.5, 1 set xlabel "X"
set ylabel "Y"
set zlabel "cd"
unset key splot 'data/CDsL1.dat' w l lt 1 quit eoi
The result is here: http://dieterbritz.dk/CDL1.pdf
1. How do I move the x-axis labels (0, 0.5, 1) a bit
lower down so that the 0.5 doesn't hit the base line?
2. How do I lower the plot so that the zero level is right
at the bottom?
3 The orientation is not bad as is, but I tried to play with
the angle of view, e.g. using splot 'data/CDsL1.dat' w l lt 1
rotate=pi and there was an error with rotate. How is that done?
I found out how to lower the whole plot. But that, as you can see now
(same link) wiped out the zero axis marker for Z. Why is this?
And I still want to know how to shift the X-axis numbers so that they
don't touch the grid line.
Forget it, I have worked around it.
"offset". It's simple.
Jörg
On 31/10/2019 13:11, au76666 wrote:
On Thu, 31 Oct 2019 10:33:54 +0000, au76666 wrote:Please tell ......
On Tue, 29 Oct 2019 09:30:50 +0000, Dieter Britz wrote:
I have this script:
gnuplot << eoi set term postscript enh eps 24 set output 'CDL1.eps'
set title 'CD, L = 1'
set xrange [0:1.0]
set yrange [0:1.0]
set xtics 0, 0.5, 1 set ytics 0, 0.5, 1 set xlabel "X"
set ylabel "Y"
set zlabel "cd"
unset key splot 'data/CDsL1.dat' w l lt 1 quit eoi
The result is here: http://dieterbritz.dk/CDL1.pdf
1. How do I move the x-axis labels (0, 0.5, 1) a bit
lower down so that the 0.5 doesn't hit the base line?
2. How do I lower the plot so that the zero level is right
at the bottom?
3 The orientation is not bad as is, but I tried to play with
the angle of view, e.g. using splot 'data/CDsL1.dat' w l lt 1
rotate=pi and there was an error with rotate. How is that done?
I found out how to lower the whole plot. But that, as you can see now
(same link) wiped out the zero axis marker for Z. Why is this?
And I still want to know how to shift the X-axis numbers so that they
don't touch the grid line.
Forget it, I have worked around it.
On Fri, 01 Nov 2019 08:20:41 +0100, Jörg Buchholz wrote:
On 31.10.2019 15:27, Chris Elvidge wrote:
On 31/10/2019 13:11, au76666 wrote:Nobody needs a "work around" for that. See help xtics and use the
On Thu, 31 Oct 2019 10:33:54 +0000, au76666 wrote:Please tell ......
On Tue, 29 Oct 2019 09:30:50 +0000, Dieter Britz wrote:
I have this script:I found out how to lower the whole plot. But that, as you can see now >>>>> (same link) wiped out the zero axis marker for Z. Why is this?
gnuplot << eoi set term postscript enh eps 24 set output 'CDL1.eps' >>>>>> set title 'CD, L = 1'
set xrange [0:1.0]
set yrange [0:1.0]
set xtics 0, 0.5, 1 set ytics 0, 0.5, 1 set xlabel "X"
set ylabel "Y"
set zlabel "cd"
unset key splot 'data/CDsL1.dat' w l lt 1 quit eoi
The result is here: http://dieterbritz.dk/CDL1.pdf
1. How do I move the x-axis labels (0, 0.5, 1) a bit
lower down so that the 0.5 doesn't hit the base line?
2. How do I lower the plot so that the zero level is right
at the bottom?
3 The orientation is not bad as is, but I tried to play with
the angle of view, e.g. using splot 'data/CDsL1.dat' w l lt 1 >>>>>> rotate=pi and there was an error with rotate. How is that done? >>>>>
And I still want to know how to shift the X-axis numbers so that they >>>>> don't touch the grid line.
Forget it, I have worked around it.
"offset". It's simple.
Jörg
I tried that and the numbers got shifted left but still touching
the grid line. No doubt I have misread the specs.
On 01/11/2019 11:29, au76666 wrote:
On Fri, 01 Nov 2019 08:20:41 +0100, Jörg Buchholz wrote:You can specify the offset for x y and z coordinates. For what do you
On 31.10.2019 15:27, Chris Elvidge wrote:
On 31/10/2019 13:11, au76666 wrote:Nobody needs a "work around" for that. See help xtics and use the
On Thu, 31 Oct 2019 10:33:54 +0000, au76666 wrote:Please tell ......
On Tue, 29 Oct 2019 09:30:50 +0000, Dieter Britz wrote:
I have this script:
gnuplot << eoi set term postscript enh eps 24 set output
'CDL1.eps'
set title 'CD, L = 1'
set xrange [0:1.0]
set yrange [0:1.0]
set xtics 0, 0.5, 1 set ytics 0, 0.5, 1 set xlabel "X"
set ylabel "Y"
set zlabel "cd"
unset key splot 'data/CDsL1.dat' w l lt 1 quit eoi
The result is here: http://dieterbritz.dk/CDL1.pdf
1. How do I move the x-axis labels (0, 0.5, 1) a bit
lower down so that the 0.5 doesn't hit the base line?
2. How do I lower the plot so that the zero level is right
at the bottom?
3 The orientation is not bad as is, but I tried to play with
the angle of view, e.g. using splot 'data/CDsL1.dat' w l lt 1 >>>>>>> rotate=pi and there was an error with rotate. How is that
done?
I found out how to lower the whole plot. But that, as you can see
now (same link) wiped out the zero axis marker for Z. Why is this? >>>>>> And I still want to know how to shift the X-axis numbers so that
they don't touch the grid line.
Forget it, I have worked around it.
"offset". It's simple.
Jörg
I tried that and the numbers got shifted left but still touching the
grid line. No doubt I have misread the specs.
specify the offset?
Jörg
You can specify the offset for x y and z coordinates. For what do youNobody needs a "work around" for that. See help xtics and use the
"offset". It's simple.
Jörg
I tried that and the numbers got shifted left but still touching the
grid line. No doubt I have misread the specs.
specify the offset?
Jörg
The numbers under the x axis. Without an offset, they just touch the
grid line at Y = 0.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 406 |
Nodes: | 16 (2 / 14) |
Uptime: | 108:42:09 |
Calls: | 8,527 |
Calls today: | 6 |
Files: | 13,209 |
Messages: | 5,920,355 |