Gnuplot 4.7 hyperlink & hypertext with SVG terminal
I am using the SVG terminal in Gnuplot 4.7 and trying to have both hypertext and hyperlink work on the browser, activated by mouse hover and mouse click respectively on the plotted data points. The mouse hover works thanks to the help from stackoverflow on my previous question. My data input file looks like this: X Y Label Color Hyperlink 0 0 net0 2 net0.txt 1 1 net1 2 net1.txt 2 2 net2 2 net2.txt 3 4 net3_outlier 1 outlier.txt 4 4 net4 2 net4.txt My script script.gp looks like this: set terminal svg/canvas enhanced mousing set palette model RGB defined (0 'blue', 1 'red', 2 'green') plot