Thread
:
Quadratic Formula
View Single Post
#
13
01-22-2011, 01:34 AM
WhiteDragon
Banned
Join Date: Feb 2007
Posts: 1,002
You can also grab utility_graph from
GBench
, join it, and call
PHP Code:
this
.
graphLine
(
"Graph title"
,
temp
.
xs
,
temp
.
ys
);
It should create a graph like the one in that thread.
WhiteDragon
View Public Profile
View GraalOnline Profile
Find all posts by WhiteDragon