Name of graph

View: New views
12 Messages — Rating Filter:   Alert me  

Name of graph

by Richard Heyes-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Anyone know what the line in the first bar chart is called? I call it
a "summary" line, but that's wrong. ISTR it being referred to
something that involved the word "frequency", but I may be off my
trolley...

You'll need a browser other then MSIE to see them. Thanks.

--
Richard Heyes

HTML5 Graphing for FF, Chrome, Opera and Safari:
http://www.phpguru.org/RGraph

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: Name of graph

by Per Jessen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Richard Heyes wrote:

> Hi,
>
> Anyone know what the line in the first bar chart is called? I call it
> a "summary" line, but that's wrong. ISTR it being referred to
> something that involved the word "frequency", but I may be off my
> trolley...

How about just 'axis' ?

>
> You'll need a browser other then MSIE to see them. Thanks.

here: http://www.phpguru.org/downloads/RGraph/examples/bar.html ?



/Per Jessen, Zürich


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: Name of graph

by Nathan Rixham-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Richard Heyes wrote:
> Hi,
>
> Anyone know what the line in the first bar chart is called? I call it
> a "summary" line, but that's wrong. ISTR it being referred to
> something that involved the word "frequency", but I may be off my
> trolley...
>
> You'll need a browser other then MSIE to see them. Thanks.
>

"series average line" - I thinks..

regards,

nathan

--
nathan ( nathan@... )
{
   Senior Web Developer
   php + java + flex + xmpp + xml + ecmascript
   web development edinburgh | http://kraya.co.uk/
}

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Parent Message unknown Re: Name of graph

by Richard Heyes-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> If anything it's a regression line.  It represents a trend as a linear
> function which has been computed using linear regression.

Thanks!

--
Richard Heyes

HTML5 Graphing for FF, Chrome, Opera and Safari:
http://www.phpguru.org/RGraph

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: Name of graph

by Per Jessen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Richard Heyes wrote:

>> If anything it's a regression line.  It represents a trend as a
>> linear function which has been computed using linear regression.
>
> Thanks!
>

I need to add - your line in the first barchart isn't actually a trend
nor is it very linear :-)  That line is just a different representation
(line graph) of the same numbers.

A trend line computed by linear regression would be like this:

http://jessen.ch/images/virus+malware-q3-2008.jpeg


/Per Jessen, Zürich


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: Name of graph

by Richard Heyes-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> I need to add - your line in the first barchart isn't actually a trend
> nor is it very linear :-)  That line is just a different representation
> (line graph) of the same numbers.

Yes, all it does it connect the tops of the bars. Much like a line
graph would be with the same values.

--
Richard Heyes

HTML5 Graphing for FF, Chrome, Opera and Safari:
http://www.phpguru.org/RGraph

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: Name of graph

by tedd-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

At 9:53 AM +0100 9/30/08, Richard Heyes wrote:
>Hi,
>
>Anyone know what the line in the first bar chart is called? I call it
>a "summary" line,

I've always called it "Timmy" -- but you may call it whatever you want.

The "summary" line, as shown on your chart, is simply a line graph,
there is no specific name for it that I am aware -- unless you want
to make one up -- after all, it's your chart.

You may call it whatever you want, provided the term is not used for
something else. For example, it is not a trend line, nor an axis, nor
a regression, nor series average line -- it's simply a line graph.

BTW -- What is it with you and graphs? Are you creating a library for charting?

Cheers,

tedd

PS: Per Jesse was correct about the trend line.

--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Parent Message unknown Re: Name of graph

by Richard Heyes-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> BTW -- What is it with you and graphs? Are you creating a library for
> charting?

Created:

http://www.phpguru.org/RGraph

--
Richard Heyes

HTML5 Graphing for FF, Chrome, Opera and Safari:
http://www.phpguru.org/RGraph

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: Name of graph

by tedd-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

At 4:29 PM +0100 9/30/08, Richard Heyes wrote:
>  > BTW -- What is it with you and graphs? Are you creating a library for
>>  charting?
>
>Created:
>
>http://www.phpguru.org/RGraph
>
>--
>Richard Heyes


Far out -- that's neat.

Cheers,

tedd

--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: Name of graph

by Ashley Sheridan-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, 2008-09-30 at 09:53 +0100, Richard Heyes wrote:

> Hi,
>
> Anyone know what the line in the first bar chart is called? I call it
> a "summary" line, but that's wrong. ISTR it being referred to
> something that involved the word "frequency", but I may be off my
> trolley...
>
> You'll need a browser other then MSIE to see them. Thanks.
>
> --
> Richard Heyes
>
> HTML5 Graphing for FF, Chrome, Opera and Safari:
> http://www.phpguru.org/RGraph
>
"You can call [it] Susan if it makes you happy." - Snatch

Sorry, I had to!


Ash
www.ashleysheridan.co.uk


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: Name of graph

by Richard Heyes-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> "You can call [it] Susan if it makes you happy." - Snatch
>
> Sorry, I had to!

Sorry, not seen (the film?) Snatch.

--
Richard Heyes

HTML5 Graphing for FF, Chrome, Opera and Safari:
http://www.phpguru.org/RGraph

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: Name of graph

by Ashley Sheridan-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, 2008-09-30 at 20:09 +0100, Richard Heyes wrote:
> > "You can call [it] Susan if it makes you happy." - Snatch
> >
> > Sorry, I had to!
>
> Sorry, not seen (the film?) Snatch.
>
I really recommend it. It's one of Guy Ritchies films before Madonna got
involved and started messing his films up for him!


Ash
www.ashleysheridan.co.uk


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

LightInTheBox - Buy quality products at wholesale price!