gnuplot qt: hyperlinks and click events
问题 Some terminal supports hypertext . When hover a data point, some text is shown, e.g. $data <<EOD 1.2 0.12 Berlin 2 0.83 Paris 3 0.6 London 4.3 0.5 Rom EOD plot $data w labels hypertext Is there a possibility to have interaction, i.e. bind a click event to print the text on console or execute a hyperlink? It's likely possible with svg , but with qt console? 回答1: The current qt implementation sends the hypertext string to the clipboard on mouse click. How to retrieve it from the clipboard