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
Panel Random Effects/MLE, rho and R-squaredHi, my empirical strategy is as follows: 1. Apply coarsened exact matching to get weights cem all_c…
How to make the following code using esttab and estadd work?Hi, eststo clear eststo xtreg y x z if h=0 eststo xtreg y x z if h=1 estadd ? esttab using "${OUTPA…
Five year periodsHi! I have a question regarding constructing dependent and independent variables for a regression s…
Creating a bar chart with error when all variables are categoricalHi everyone, I am trying to create bar graphs with error bars. My data consists of an individual id…
Desingplot without showing the missing valuesSuppose i have the following data in which the variables have some missing values. I want to show th…
Subscribe to:
Post Comments (Atom)
0 Response to hyperlink in Stata graph
Post a Comment