Difference between revisions of "Real-time graphing"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 16: | Line 16: | ||
t = transport.responseText; | t = transport.responseText; | ||
a = parseFloat(t); | a = parseFloat(t); | ||
− | if (x.length< | + | if (x.length<30) { |
x.push(x.length); | x.push(x.length); | ||
} else { | } else { | ||
Line 28: | Line 28: | ||
} | } | ||
brd.update(); | brd.update(); | ||
− | |||
}; | }; | ||
}}); | }}); | ||
Line 39: | Line 38: | ||
Start(); | Start(); | ||
</jsxgraph> | </jsxgraph> | ||
− | |||
− | |||
[[Category:Examples]] | [[Category:Examples]] | ||
[[Category:Charts]] | [[Category:Charts]] |
Revision as of 10:11, 18 December 2009