请问如何在图像下侧加上标签——Fig.1.,感谢
mathematica吧
全部回复
仅看楼主
level 4
啦啦啦EAL 楼主
如下:Plot[1/4*0.1, {t, 0, 1}, PlotStyle -> Blue, PlotLegends -> {"1"},
AxesLabel -> {HoldForm[\[Delta]],
HoldForm[The profit of the network platform]},
PlotLabel -> RawBoxes[RowBox[{"r=0.1", RowBox[{"\[Theta]=0.7"}]}]],
LabelStyle -> {GrayLevel[0]}],只能在图像上侧加标签——r=0.1,Theta=0.7
2020年06月08日 08点06分 1
level 1
Labeled[%, RawBoxes[RowBox[{"Fig 1"}]]]
这是我想到的一个方法
2020年06月09日 01点06分 2
这样好像是加在图像上侧
2020年06月09日 06点06分
@啦啦啦EAL ……你先试试。
2020年07月04日 04点07分
吧务
level 10
Colomn/Grid
Show
GraphicsGrid
2020年07月05日 12点07分 3
1