Calling gnuplot from java? (ubuntu)

前端 未结 5 1205
余生分开走
余生分开走 2021-01-19 02:52

I\'m not sure if this is possible, especially since Java runs through a VM, but can I call gnuplot from within Java? Perhaps I could have Java open a terminal and input

5条回答
  •  死守一世寂寞
    2021-01-19 03:21

    If you can get gnuplot to take all input from the command line or standard input (or read it from a file) and write its output to files as well, then there should be no problem doing this using ProcessBuilder.

提交回复
热议问题