I have been trying to create a rather complicated xy line graph in eviews for a while now, the closest I got was using the copypage command. I have two issues that I would like to resolve with the following code. Most of the complications are due to the fact I'm trying to plot things from a matrix.
Code: Select all
pagecopy(rndobs=4, wf=multiple series xy line) dendrogram_output
mtos(dendrogram_output,dendro_group)
graph dendrogram.xyline dendro_group
show dendrogram2. After I use mtos to create a group of series, the graph displays these series all on top of eachother, despite having different x values. How do I make sure eviews knows to graph ser01 with ser02 and ser03 with ser04 but still have them all super-imposed on the same graph?
I have attached the workfile.
Thanks for looking into this
* In the workfile you'll see that obs are set to 200, I just did this to make me think of the operations needed to go from the original page to the new page if the original page was a different kind, ie: panel, timeseries, ect. The new page would have to have obs=4 in order for mtos to work. So we'd have to go from any number of n observations to 4 observations.
