Ask a Question related to PERL Modules, Design and Development.
-
Stan #1
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
-
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,... -
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... -
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... -
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... -
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... -
Martien Verbruggen #2
Re: Transparent lines in GD::Graph::mixed ?
On 8 Jan 2004 11:37:21 -0800,
Stan <swsmiley@genetics.utah.edu> wrote:You can't. The only transparency that is supported by GD::Graph is> 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?
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
-
Stan #3
Re: Transparent lines in GD::Graph::mixed ?
Martien Verbruggen <mgjv@tradingpost.com.au> wrote in message news:<slrnbvsfam.aqq.mgjv@verbruggen.comdyn.com.au >...
I am attempting to emulate error bars as in sample63.pl, but with two lines> 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
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



Reply With Quote

