|
From: jody <jod...@gm...> - 2011-08-16 13:10:51
|
Thank You for the suggerstion - it works well, drawing colored little crosses. In case somebody is interested: draw large filled colored circles i had to do: plot 'arrklo_land_ph' with points pointsize 4 pointtype 7 palette Thank You Jody On Tue, Aug 16, 2011 at 3:01 PM, <v_...@uk...> wrote: > Hello! > > On Tue, 16 Aug 2011 13:40:13 +0200 > jody <jod...@gm...> wrote: > >> Hi >> I have a file which has a z-value for some sparse (x,y) values. >> I would like to have a plot where the z value translates to a color >> (and is not interpreted as a z coordinate as in splot) >> >> How can i do this? >> > Try something like this: > > plot "datafile.txt" lt palette > > > Regards, > Vladimir > > ----- > <v_...@uk...> > > ------------------------------------------------------------------------------ > uberSVN's rich system and user administration capabilities and model > configuration take the hassle out of deploying and managing Subversion and > the tools developers use with it. Learn more about uberSVN and get a free > download at: http://p.sf.net/sfu/wandisco-dev2dev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |