MathosProject / Mathos-Project-Java

Java version of the Mathos Core Library.
http://mathosproject.com/
GNU General Public License v2.0
1 stars 1 forks source link

Add a graphing package #3

Open artemlos opened 9 years ago

artemlos commented 9 years ago

it should allow illustration of data that is obtained using for instance ODE package.

A great code snippet can be found here: https://gist.github.com/roooodcastro/6325153

napen123 commented 9 years ago

I made a simple line graph based on the snippet you provided. There's still a lot of things that can be added and improved, but so far it should be easy to embed into applications since it's a JPanel.

artemlos commented 9 years ago

Great! I will take at a look at it later today. It would be cool to try out to graph data that is obtained when we solve a diff. equation, for instance. Graphs definitely add interactivity when illustrating data!

artemlos commented 9 years ago

Looks good to me. I guess this can be tested with some results from RK4 (mathoscore.ODE).