| Title |
JSci: An open-source alternative for Java 2D graphing |
| Description |
To create 2D graphs in Java programs, Java 2D may be the apparent solution, but there are also others like JSci. JSci is an open source package and a magnificent alternative with which you can create 2D bar graphs, pie charts, and line graphs in Swing. The concept of design behind JSci is based on the idea of going "straight from the blackboard to code" i.e. encapsulating the mathematical concepts and constructions within the code. |
| Comments * |
|