Hi,
I would like to include a hyperlink in the footnote of a graph.
For instance:
clear all
webuse auto.dta, clear
hist price, note(www.stata.com) // I want this to go to https://www.stata.com
Does anyone know how to do this?
di `"{browse "https://www.stata.com"}"'
works in that it creates the hyperlink, but I tried
hist price, note(`"{browse "https://www.stata.com"}"')
and it did not work.
Thanks,
Elena
Related Posts with hyperlink in Stata graph
Detecting false zeros in panel dataI am working with some data about hospitals in England who are submitting information about the numb…
BsampleHello guys, Let's say i have a monthly panel data fo years 2010-2015. Is there a way to tell bsampl…
Match Values between Two VariablesHi Statalisters, I have a sample data and want to match values between different variables. Here ar…
panel data identify last visitHi all, I am working on a database where each subject is identified by -id- and each visit by -visi…
Combining variablesHi I have a question on how to combine multiple variables of the same category into single new varia…
Subscribe to:
Post Comments (Atom)
0 Response to hyperlink in Stata graph
Post a Comment