|
From: tmacchant <tma...@ya...> - 2016-08-27 07:33:33
|
>I successfully installed gnuplot 5.0.4 on win7 (a bit hard for me to upgrade gnuplot on my Ubuntu14.04), To get gnuplot 5.0.4 on Ubuntu 14.04 1. Build from source * Download source tar file : gnuplot-5.0.4.tar.gz and place it appropriate folder for build (e.g. ~/work). * Open terminal (e.g. CTRL+ALT+T key) On the terminal * preparation sudo apt-get build-dep gnuplot sudo apt-get update *build gnuplot cd ~/work tar zxvf gnuplot-5.0.4.tar.gz cd gnuplot-5.0.4 ./configure make make check sudo make install * Note that the above instruction is not full featured install. For full install of gnuplot-5, you also have to install qt (qt5 is recommended) and libcerf (and optional libcaca). Other option: wgnuplot 5.0.4 works on wine 1.8 on Ubuntu 14.04. Tatsuro -- View this message in context: http://gnuplot.10905.n7.nabble.com/Dear-everyone-could-you-please-help-me-on-how-to-plot-a-picture-like-the-attachment-Thanks-tp20330p20346.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |