|
From: <v_...@uk...> - 2011-07-13 07:18:30
|
Hello!
Try this:
plot "filename.txt" using 1:2:3 with points lt palette
or something like this:
plot "filename.txt" using 1:2:3 with points pt 7 ps 1 lt palette
Good luck!
Vladimir
On Tue, 12 Jul 2011 17:21:08 -0400
Xian Chen <hog...@gm...> wrote:
> Hello,
>
> The data I have likes this:
>
> #x y value
>
> 1 1 0.5
>
> 2 2 0.1
>
> ......
>
> I want to plot this using points, and the color of each point is
> decided by the third column. E.g., 0.5 using warm color (red), 0.1
> using cold color (gray).
>
> Any suggestions?
>
> Thanks,
> Xian
> ------------------------------------------------------------------------------
> AppSumo Presents a FREE Video for the SourceForge Community by Eric
> Ries, the creator of the Lean Startup Methodology on "Lean Startup
> Secrets Revealed." This video shows you how to validate your ideas,
> optimize your ideas and identify your business strategy.
> http://p.sf.net/sfu/appsumosfdev2dev
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
-----
<v_...@uk...>
|