감동, 마음이 움직이는 것
[mathematica] plot에 single point넣기 본문
Tips (Utility, Computer Language, and etc.)
[mathematica] plot에 single point넣기
Struggler J. 2018. 4. 19. 20:28[ref] https://mathematica.stackexchange.com/questions/101660/how-to-put-single-points-inside-the-plot
Plot옵션에 Epilog -> {Blue, PointSize@Large, Point[{fpu, fpv}]}를 사용해주면 된다.
StreamPlot[{u ((1 - u - v) (fu[u, v, r] + b) -
d[1 - u - v, \[Beta], marginalD (1 + Exp[\[Beta] fpn])]),
v ((1 - u - v) (fv[u, v, r] + b) -
d[1 - u - v, \[Beta],
marginalD (1 + Exp[\[Beta] fpn])])} /. {\[Beta] -> 5,
r -> marginalR, \[Alpha] -> 0.5}, {u, 0, 0.1}, {v, 0, 0.1},
Epilog -> {Blue, PointSize@Large, Point[{fpu, fpv}]},
FrameLabel -> {"u", "v"}, StreamPoints -> Coarse, StreamScale -> 0.1]
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[network] 그림 그릴때 (0) | 2018.05.25 |
---|---|
[mathematica] GraphicsGrid - multiplot mode와 같음 (0) | 2018.04.19 |
[gnuplot] pdfcairo multiplot mode에서 그림 크기 조정 (0) | 2018.04.06 |
[LaTex] Appendix with Title option (0) | 2018.04.06 |
[color] (0) | 2018.03.31 |