Is there a Gnuplot GUI (equivalent to wgnuplot.exe) for Ubuntu ?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Have you tried:

The second two will probably have to be compiled from source, but that isn't too difficult. The basic steps are:

  • Extract the source
  • Read the README (should include installation instructions)
  • Find a configure script (ofter configure or configure.sh) and run it
    • Usually these create a make file
    • If there isn't a configure script, move to the next
  • type make
  • type make install

If you make doesn't work, then maybe there's a cmake file. Try:

cmake .

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.