PlotLegends 应用

Needs["PlotLegends`"]
ListLinePlot[Table[n^(1/p), {p, 4}, {n, 10}], 
 PlotMarkers -> Automatic, GridLines -> {None, Automatic}, 
 AxesOrigin -> {0, 0}, PlotRange -> {{0, 12}, {0, 12}}, 
 PlotLegend -> {"A", "B", "C", "D"}, LegendPosition -> {-0.5, 0.5}, 
 FrameLabel -> {"x", "y"}, Frame -> {{True, False}, {True, False}}, 
 ImageSize -> 600, ShadowOffset -> 0, LegendBorder -> None, 
 LegendOrientation -> Horizontal, LegendBorderSpace -> 0]

posted on 2012-03-22 16:02  大宝pku  阅读(651)  评论(0编辑  收藏  举报

导航