| Author |
Comment/Response |
Sune Gaulshoj
|
10/31/07 11:23am
Hi,
I am trying to arrange 3 Plots I have. They have to be arranged in such a way the Plot 1 is left and 2 and 3 are above each other and to the right of Plot 1:
11111111 2222
11111111 2222
11111111 3333
11111111 3333
I have tried with variations of the Table function as shown in the Documentation Center
-
Table[ListPlot[{1, 2, 4, 7, 3, 5, 8, 10, 9}, Joined -> True,
InterpolationOrder -> io, PlotStyle -> Dashed], {io, {0, 1, 2, 3}}]
-
But I cannot make it work.
Any suggestions as to how I can arrange the Plots and either name them as a variable (e.g. plots=???) or export it as a .eps image for instance...?
URL: Gaulshoj@gmail.com, |
|