|
From: - <mle...@gm...> - 2014-04-02 13:10:34
|
Dear all, I am the developer of a new Java library for Gnuplot. JavaGnuplotHybrid is a light-weight library for plotting data in Java using Gnuplot. This framework does not aim to implement a comprehensive sets of Java functions to cover all Gnuplot features. It rather promotes hybrid programming with Java and Gnuplot. The framework only does what Java is good at: data processing, functions, variables, etc.. It keeps its footprint in Gnuplot code to the minimum. So that, without this framework, you program code can be still reused in Gnuplot with ease. There is no vendor lock-in. Thanks to this hybrid programming mode, the framework can support all features of the current and future versions of Gnuplot. There is no need to worry about whether this framework can keep up with the updating speed of Gnuplot. Because all necessary functions for the hybrid programming mode are done. For more details: https://github.com/mleoking/JavaGnuplotHybrid *Can I request to add a link in the http://gnuplot.sourceforge.net/links.html <http://gnuplot.sourceforge.net/links.html> page for this new library?* Thanks. Leo King |