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
Coefplot: keep / drop coefficients from one model, not the whole plotDear Statalist, I've recently started using coefplot command and like it's versatility, but I canno…
reshape issueI am trying to reshape variables from long to wide. I first tried: . reshape wide i(pop_WDI_PW - ri…
how to correct the standard errors when using multiple IVs for only one endogenous variableHello: I would like to ask that when dealing with only one endogenous variable, say X1, is it corre…
Future/out of sample predictionsHello, my question is concerning commands that could be used to make out of sample predictions. Spec…
Generating and exporting a table to excel which counts the number of category types in each variableHello! I am trying to make a table that shows the number of instances of each type of missing values…
Subscribe to:
Post Comments (Atom)
0 Response to hyperlink in Stata graph
Post a Comment