level 1
……Placed是可以用具体数字来指定放置位置的。(注意这时候的数字是一组缩放过的数据。)想要具体例子的话,ListPlot自带帮助的选项部分,PlotLegends选项的第6个例子就是:
ListPlot[{Sqrt[Range[40]], Log[Range[40]]}, PlotStyle -> {Red, Blue},
PlotLegends -> Placed[{"sqrt", "log"}, {0.85, 0.25}]]
2016年08月06日 10点08分
