Hello. I have a panel data set on seven currencies across time. In order to analyze the data, I created a variable that I called CoinId in order to uniquely identify each observation together with my time variable. The variable CoinId takes a value from 1 to 7, each of them referring to a different currency (for example, 1=Euros, 2=Dollars,..., 7=Pesos) and as mentioned before, I've used it as my Panel ID Variable.
I'm now plotting graphs of several independent variables with xtline command, which appear separated by currency type as I wanted, but I'd like the title of each Graph to be the variable value label (Euros, Dollars...). Is there a command line to do so or do I have to do it manually? I've read Stata's documentation on xtline and on graphs extra features, but I can't find a useful solution.
Thank you in advance.
I'm now plotting graphs of several independent variables with xtline command, which appear separated by currency type as I wanted, but I'd like the title of each Graph to be the variable value label (Euros, Dollars...). Is there a command line to do so or do I have to do it manually? I've read Stata's documentation on xtline and on graphs extra features, but I can't find a useful solution.
Thank you in advance.

Comment