|
From: Liu G. <goo...@gm...> - 2014-04-02 02:27:49
|
? 2014-03-25 23:24, sfeam ??: > On Tuesday, 25 March 2014 02:30:32 PM Liu Guibin wrote: >> Self-defined point type and independent point color setting is required, >> e.g. >> >> plot 'data' w lp lt 1 lc 1 *pt "H" font 'Times'* ps 0.5 *pc 3* >> >> or >> >> set pointtype 3 "H" font "times" tc rgb "blue" >> >> Although "with labels" can partly fulfill this request, it does not >> support "linepoint" and does not display legends as point or linepoint. > Please see the 3rd plot in this demo for version 5 > > http://gnuplot.sourceforge.net/demo_5.0/lines_arrows.html > > What do you mean by "self-defined point type"? I mean that I can use a custom character, e.g. *?, ?, ¤* , as point type. > > Ethan |