|
From: peggyhyli <peg...@go...> - 2009-04-18 10:25:18
|
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-tp23111358p23111358.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
|
From: Thomas S. <t.s...@fz...> - 2009-04-18 11:10:12
|
change the line width, e.g.: plot sin(x) with points pointsize 10 linewidth 5 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-tp23111358p23111709.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
|
From: Peggy Li <peg...@go...> - 2009-04-18 11:43:25
|
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-tp23111358p23111709.html > Sent from the Gnuplot - User mailing list archive at Nabble.com. > > > > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |
|
From: Thomas S. <t.s...@fz...> - 2009-04-18 11:59:40
|
which terminal are you using? 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-tp23111358p23112116.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
|
From: Peggy Li <peg...@go...> - 2009-04-18 12:38:37
|
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-tp23111358p23112116.html > Sent from the Gnuplot - User mailing list archive at Nabble.com. > > > > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |
|
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. |