감동, 마음이 움직이는 것
[Mahtematica] StreamDensityPlot 본문
[Mahtematica] StreamDensityPlot
Struggler J. 2017. 6. 20. 00:01[Example]
M = 1000; a = 1; b = 0.03; c = 0.71; d = 0.62; r = 0.5;
xrange = 1.2 r M ; yrange = .3 r M d;
plt1 = StreamDensityPlot[{r*x - x^2/M - x*y/b/M, r*y - x*y/c/M - y^2/d/M}, {x, 0, xrange}, {y, 0, yrange},
StreamStyle -> Orange, VectorScale -> Large, ColorFunction -> "Rainbow", VectorStyle -> White,
StreamPoints -> Fine];
plt2 = ListPlot[{{(r M a c )/(a d - b c) (d - b), (r M b d )/( a d - b c) (a - c)}, {0, 0}, {r*M, 1}, {0, r*M*d}}, PlotStyle -> {PointSize[0.02], Yellow}, PlotRange -> {{0, xrange}, {0, yrange}}];
plt3 = Plot[{(d (c M r - x))/c, -((b M (-a r + M x))/a) }, {x, 0, 500}];
plt4 = ListLinePlot[path, PlotRange -> {{0, 600}, {0, 100}}, PlotStyle -> White];
fig = Show[plt1, plt2 , plt3, plt4, AxesLabel -> {Style[x, FontSize -> 10, Bold, Red], Style[y, FontSize -> 10, Bold, Blue]}]
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[mathematica] 현재 디렉토리 지정 (0) | 2017.06.28 |
---|---|
[Mathematica] Schematic figure using Graphics (0) | 2017.06.20 |
[gnuplot] heatmap그리기 정리 (0) | 2017.06.19 |
[Latex] 그림과 캡션거리 조정 \vscape{1cm} (모든 문장의 거리조절 가능) (0) | 2017.06.19 |
[Mathematica] Export text file without {} (0) | 2017.06.19 |