Page 1 of 1 [ 4 posts ] 

peterd
Veteran
Veteran

User avatar

Joined: 25 Dec 2006
Age: 72
Gender: Male
Posts: 1,351

03 Oct 2013, 5:37 am

If you've some JavaScript, try a library called D3. Map your data to SVG graphics



Adamantium
Veteran
Veteran

User avatar

Joined: 6 Feb 2013
Age: 1025
Gender: Female
Posts: 5,863
Location: Erehwon

04 Oct 2013, 3:00 pm

peterd wrote:
If you've some JavaScript, try a library called D3. Map your data to SVG graphics


Yes, D3 is awesome. You have to be comfortable working the DOM with js, though. If you are, D3 is an amazing, free toybox: http://d3js.org/

Another thing to look into, if you know (or are willing to learn) Python, is matplotlib: http://matplotlib.org/index.html

Matplotlib is another vast box of toys.

All this makes me think of the "Infinite Fun Space" where the great Minds of Iain M. Banks' Culture go to recreate...



Stargazer43
Veteran
Veteran

User avatar

Joined: 6 Nov 2011
Age: 39
Gender: Male
Posts: 2,604

04 Oct 2013, 4:20 pm

Excel is pretty good for data plots/curve fitting. Polymath is great for plotting first-order ODEs. It can plot many other functions too side-by-side. It's a cheap program too...I don't know how much it costs standalone but my copy came free with a reaction engineering textbook (if you're curious let me know and I'll get you the textbook name). Any of the mathy programs (matlab, mathmatica, mathcad) can also do all of that stuff.



starkid
Veteran
Veteran

User avatar

Joined: 9 Feb 2012
Gender: Female
Posts: 5,812
Location: California Bay Area

04 Oct 2013, 8:31 pm

Gnuplot is free, but if you are on Windows, I think that you will have to learn to set up and use something called Cygwin.