The system I am using has gnuplot installed in /usr/bin. I don\'t have root, but I needed a newer version of gnuplot, so I installed it to
gnuplot
/usr/bin
Executables are found in PATH order. You need to prepend ${HOME}/usr/bin to your path, like so:
${HOME}/usr/bin
export PATH="${HOME}/usr/bin:$PATH"