|
From: Martin W. <ma...@gk...> - 2016-05-13 13:05:36
|
On 13/05/16 13:54, Sávio Ramos wrote: > I want to plot x**2 > > gnuplot> set xrange [-1:1] > gnuplot> set yrange [0:1] > gnuplot> plot x**2 > > > But, the scale of the axis is diferent. I need exactly the same. set xrange [-1:1] set yrange [0:1] set size ratio 0.5 plot x**2 -- Martin Dr Martin Ward STRL Principal Lecturer & Reader in Software Engineering ma...@gk... http://www.cse.dmu.ac.uk/~mward/ Erdos number: 4 G.K.Chesterton web site: http://www.cse.dmu.ac.uk/~mward/gkc/ Mirrors: http://www.gkc.org.uk and http://www.gkc.org.uk/gkc |