Black symbols in a postscript color plot - Graphics
This is a discussion on Black symbols in a postscript color plot - Graphics ; Hello,
I want to make a plot consisting of three different data sets, the
final plot shall be rendered in postscript. What I want to plot is the
following:
1. Dataset d1 with filled black points.
2. Dataset d2 with ...
-
Black symbols in a postscript color plot
Hello,
I want to make a plot consisting of three different data sets, the
final plot shall be rendered in postscript. What I want to plot is the
following:
1. Dataset d1 with filled black points.
2. Dataset d2 with a solid blue line.
3. Dataset d3 with a solid red line.
Getting the solid lines for dataset d2 and d3 blue and red respectively
was easy, however I have not found a way get the points from dataset d1
black. Any suggestions?
Joakim
-
Re: Black symbols in a postscript color plot
"Joakim Hove" <joakim.hove@gmail.com> writes:
> Hello,
>
> I want to make a plot consisting of three different data sets, the
> final plot shall be rendered in postscript. What I want to plot is the
> following:
>
> 1. Dataset d1 with filled black points.
> 2. Dataset d2 with a solid blue line.
> 3. Dataset d3 with a solid red line.
>
> Getting the solid lines for dataset d2 and d3 blue and red respectively
> was easy, however I have not found a way get the points from dataset d1
> black. Any suggestions?
Try setting the colour explicitly:
set term post color
set out "filled_dot.ps"
plot sin(x) w p pt 7 lc rgbcolor "black"
set out
set term pop
You might want to change the size of the points with 'pointsize',
however.
--
Space - The final frontier
Similar Threads
-
By Application Development in forum Adobe illustrator
Replies: 8
Last Post: 07-23-2007, 12:59 PM
-
By Application Development in forum Adobe Acrobat
Replies: 0
Last Post: 01-31-2007, 01:27 PM
-
By Application Development in forum Graphics
Replies: 0
Last Post: 01-03-2007, 05:12 AM
-
By Application Development in forum Graphics
Replies: 1
Last Post: 07-23-2006, 12:53 PM
-
By Application Development in forum Graphics
Replies: 1
Last Post: 09-22-2005, 02:26 AM