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