adds makefile for figures
This commit is contained in:
@@ -25,5 +25,5 @@ plot1 = ListPlot[{
|
||||
ParallelTable[{d, Fs[d, .05, 0, 100, 1, .2]}, {d, .05, 2, .1}],
|
||||
ParallelTable[{d, Fs[d, .05, .5, 100, 1, .2]}, {d, .05, 2, .1}],
|
||||
ParallelTable[{d, Fs[d, .05, 1, 100, 1, .2]}, {d, .05, 2, .1}]
|
||||
}, ImageSize->Large, PlotLegends->{"mu = 0", "mu = .5", "mu = 1"}, label];
|
||||
}, ImageSize->Large, PlotLegends->{"\[Mu] = 0", "\[Mu] = .5", "\[Mu] = 1"}, label];
|
||||
Export[figure["fig1.jpg"], plot1, ImageResolution -> 1200];
|
||||
Reference in New Issue
Block a user