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 ...

+ Reply to Thread
Results 1 to 2 of 2

Black symbols in a postscript color plot

  1. Default 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


  2. Default 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

+ Reply to Thread

Similar Threads

  1. Stop Illustrator blending from black to graywhen doing a black to color gradient
    By Application Development in forum Adobe illustrator
    Replies: 8
    Last Post: 07-23-2007, 12:59 PM
  2. Replies: 0
    Last Post: 01-31-2007, 01:27 PM
  3. Black symbols in a postscript color plot
    By Application Development in forum Graphics
    Replies: 0
    Last Post: 01-03-2007, 05:12 AM
  4. setting background colour for postscript eps plot
    By Application Development in forum Graphics
    Replies: 1
    Last Post: 07-23-2006, 12:53 PM
  5. color postscript
    By Application Development in forum Graphics
    Replies: 1
    Last Post: 09-22-2005, 02:26 AM