|
From: Thomas S. <t.s...@fz...> - 2009-04-18 13:54:27
|
i tried several gnuplot versions (4.0, 4.2, 4.3), and with the command plot sin(x) with points pointsize 10 linewidth 20 i always got large points plotted with thick lines. maybe you should post a sample script which shows your problem. peggyhyli wrote: > > 2009/4/18 Thomas Sefzick <t.s...@fz...> > >> >> which terminal are you using? > > > I am using : > > set terminal postscript enhanced color "Times-Roman" 14 > >> >> >> >> peggyhyli wrote: >> > >> > 2009/4/18 Thomas Sefzick <t.s...@fz...> >> > >> >> >> >> change the line width, e.g.: >> >> >> >> plot sin(x) with points pointsize 10 linewidth 5 >> > >> > >> > That's only change the point size to 10. But (I mean) the density (or >> the >> > thickness of point) does not change. The thickness of the line of the >> > point >> > is still 1. >> > >> > Hope you can help! >> > >> >> >> >> >> >> >> >> peggyhyli wrote: >> >> > >> >> > Hi I am doing a "points plot". I have increased size of the point >> by >> >> > "ps". Is there a way to increase the thickness (i.e., the >> intensity) >> >> of >> >> > the points? > -- View this message in context: http://www.nabble.com/How-to-increase-the-thickness-of-a-point-for-points-plot-tp23111358p23112982.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |