use*_*011 0 wolfram-mathematica
我想PlotLegend在剧情的右上角有一个,但是这个选项不起作用.
我该怎么加入PlotLegend我的Plot?我应该买Mathematica 8吗?
u=Sech[x];
w=Cos[x];
v=Sin[x]^2;
Plot[{u,w,v},{x,-5,5},PlotStyle->{Automatic,Dashed,DotDashed},
PlotLegend->{"Sech[x]","Cos[x]","Sin[x]"}]
Run Code Online (Sandbox Code Playgroud)