an example:
set xrange [0:10]
set yrange [-1:1]
set size ratio -1
set xtics 1
set ytics 1
set grid
plot sin(x)
have a look at:
http://www.gnuplot.info/docs/node230.html
GabrielFreitas wrote:
>
> Hello everybody! I'm in trouble and can't find the way out anywhere!
>
> My problem is to plot points (2D) with the same scale for x- and y-axis.
> See, I don't wan't them to have the same size, i.e., I don't care for size
> ratio, but I want that the length from tic 1 and 2 in x-axis, for example,
> be the same in y-axis.
>
> Thanks in advance.
>
> Gabriel
>
--
View this message in context: http://www.nabble.com/Size-x-scale-tp24484651p24514706.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|