Forums - Open Redstone Engineers

Full Version: Plottable Alpha - My first webapp!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
So yesterday I was looking through the old parts of the programming forum and found myself one of mort's old Javascript threads. Thus, naturally I thought to myself, "heck, I wanted to make a grapher... this is so visual it's perfect!" Thus I downloaded Aptana Studio and threw together my innocent little index.html webapp with some libraries off of StackOverflow... and Plottable Alpha was born.

Currently, the functionality is hugely minimal. Explicit functions only, you have to put an asterisk for multiplication (that's the parser's fault, not mine!), no customization... very simple. But it works like a charm... and I must say mort, js is good. Thank you for your post months ago.

Here's a stereotypical parabola and a full screenshot:

[Image: we48kJu.png]

[Image: bhV8uf8.png]

And here's the source! (If you want a full download with all the libs, just say so Smile)

[EDIT]: Have a zip https://www.dropbox.com/s/e7m97ybty919v5...0Alpha.zip
[EDITT]: Have an online version http://d.mortie.org/static/webapp/plottableAlpha/

http://pastebin.com/Agjxkhrx

Enjoy! Planned features in the future are derivative graphs, customization, and maybe even implicit functions!... someday.

Out!
Nice! Want me to throw it up on my web server when I get home?
That'd be awesome... like actually awesome Big Grin

Here's a zip with all the necessary backing libs and stuffs Big Grin

https://www.dropbox.com/s/e7m97ybty919v5...0Alpha.zip
Looks cool
[attachment=111]Look what I did.
Awesome, thanks so much!

Don't even try me when it comes to function art >:D

[attachment=112]
Try tan(5^x)

Or this tan(5^x/sin(5*x))
Tangents make everything better Tongue Also, here's my favorite graph of all time (function is there):

[attachment=115]
I've found a glitch, try the function sin(x)*cos(x)^-1.5
That function gives a few gaps in the line.
Pages: 1 2