Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Plot[Sin[x],{x,0,0.2},PlotLegends->"sin"]
  2.  
  3. Plot[Sin[x], {x, 0, 0.2},
  4. PlotLegends -> Placed[LineLegend[{"sin"}, LegendFunction -> Frame,
  5. LegendMarkerSize -> {{55, 10}}], {0.8, 0.2}], Frame -> True]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement