define your own ytics:
set ytics ("0" 0, "1" 1, "2" 2, "3" 3, "4" 4, "5" 5, "1" 6, "2" 7, ... )
slorentz wrote:
>
> Hello!
>
> I have a measurement which I represent in an XY diagram. The X axis
> represents time and goes from 0 to 6 seconds. The Y axis represents a
> voltage and goes from 0 to 5 Volts.
>
> Now I have two further measurements which are very similar to the first
> one; they share a common X axis (time) and are also within 0..5Volts. Now,
> if I plot them, the resulting figure is quite confusing.
>
> What I would like to do is to shift the two last measurement series
> vertically, i.e. to add 5Volts to the second measurement, and to add 10V
> to the last measurement. Then they can be plotted in a clear diagram. Then
> only I would need to change the Y axis' numbers so that they are not in
> the range 0..15V but rather 3 times from 0..5Volts... is that possible
> with Gnuplot?
>
> Thank you very much for your help!
>
> Sabine
>
--
View this message in context: http://www.nabble.com/Three-Measurements-with-Common-X-axis-%28time%29%3A-Vertical-Shift--tp23111509p23111909.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|