|
From: skuallpa <re...@gm...> - 2008-11-03 19:42:50
|
Hi, I am trying to plot a surface plot. I build a file containing the following matrix 0.1 0.1 0.1 0.2 0.3 0.2 0.1 0.1.0.1 0.2 0.2 0.4 0.2 0.1 0.1.0.1 0.2 0.2 0.4 0.2. 0.1 .. I can then correctly plot using: splot "GMM_model.txt" matrix using 1:2:3 with lines But if the plot are correct, I have values 1 2 3 4 5 ... for the x axis and the y axis. But the matrix is calculated with x in range of [-2;2] and y in range of [4;8]. So I want to have the correct tics for the matrix. I hope you understand the problem and sorry for my poor english... Thanks in advance -- View this message in context: http://www.nabble.com/Problem-xtics-in-splot-matrix-tp20309315p20309315.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |