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]"}]