Transparent lines in GD::Graph::mixed ?

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Transparent lines in GD::Graph::mixed ?

    How do I make one of the lines on a mixed graph transparent (invisible)?
    I've looked at the perldoc of GD and it mentions gdTransparent as
    a style, but how would I set the style on just one of the lines
    in the graph?

    Stan
    Stan Guest

  2. Similar Questions and Discussions

    1. Vertical lines in AI graphics PDF as broken lines?
      I have an InDesign CS1 doc that has an Illustrator CS1 EPS file placed in it. The graphic is a barcode for a coupon. It is only many vertical lines,...
    2. Graph.0.69 Module---how to get a DAG from graph with cycles
      Here I use an example to illustrate the problem I met when using Graph Theory Module: I have a directed graph looks like the following (see the...
    3. GD::Graph - how to get rid of leading gap in line graph?
      Is there a way to get rid of the leading gap to the left of a line graph? Therefore, I want the graph line to start on the Y-axis, not the...
    4. Acrobat 6 changes solid lines to dashed lines
      Is Adobe planning to provide a fix for the problem where solid lines will display as dashed lines when viewed in Acrobat 6? If yes, when? Thank...
    5. read lines of file without parsing the lines
      Hello! Currently i have a logfile which tracks a certain feature on my server. Every time the feature accurs my script appends a line in the...
  3. #2

    Default Re: Transparent lines in GD::Graph::mixed ?

    On 8 Jan 2004 11:37:21 -0800,
    Stan <swsmiley@genetics.utah.edu> wrote:
    > How do I make one of the lines on a mixed graph transparent (invisible)?
    > I've looked at the perldoc of GD and it mentions gdTransparent as
    > a style, but how would I set the style on just one of the lines
    > in the graph?
    You can't. The only transparency that is supported by GD::Graph is
    transparency of the background. If you explain why you think this
    could be a useful addition to GD::Graph, I might put it on the Todo
    list.

    Martien
    --
    |
    Martien Verbruggen | Unix is the answer, but only if you phrase
    Trading Post Australia | the question very carefully
    |
    Martien Verbruggen Guest

  4. #3

    Default Re: Transparent lines in GD::Graph::mixed ?

    Martien Verbruggen <mgjv@tradingpost.com.au> wrote in message news:<slrnbvsfam.aqq.mgjv@verbruggen.comdyn.com.au >...
    > On 8 Jan 2004 11:37:21 -0800,
    > Stan <swsmiley@genetics.utah.edu> wrote:
    > > How do I make one of the lines on a mixed graph transparent (invisible)?
    > > I've looked at the perldoc of GD and it mentions gdTransparent as
    > > a style, but how would I set the style on just one of the lines
    > > in the graph?
    >
    > You can't. The only transparency that is supported by GD::Graph is
    > transparency of the background. If you explain why you think this
    > could be a useful addition to GD::Graph, I might put it on the Todo
    > list.
    >
    > Martien
    I am attempting to emulate error bars as in sample63.pl, but with two lines
    instead of one. I use an extra line to correct the cumulative value prior
    to the second line's error bars. The values are usually very negative for the
    correction line so normally it doesn't show up, but for smaller values it could
    be visible.

    Thanks.

    Stan
    Stan Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139