|
From: Julien D. <Jul...@da...> - 2008-11-20 20:11:18
|
Hi everyone! I am plotting 3D data on 2D (color plot )by using: >set pm3d map >splot data using 1:2:3 I want to set the z range (color range) so i use : >set zrange [0:1] everything is fine if my data have point z>1 or else it is just ignoring my order! Do you have any idea/recommendations? How can I set this zrange ? thanks a lot, Julien |