adds makefile for figures

This commit is contained in:
2021-01-14 14:51:27 -06:00
parent 5d9580ac83
commit 37888fe02e
3 changed files with 62 additions and 19 deletions

View File

@@ -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];