Guest User

Untitled

a guest
Dec 12th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. leg = {"Sin[a x]....", "Cos[x]....", "Tan[x].....", "Cot[x]....."};
  2. Plot[{Sin[a x], Cos[x], Tan[x], Cot[x]}, {x, -Pi/2, Pi/2},PlotLegends -> Placed[leg, Below]]
  3.  
  4. leg = Map[Style[#, 5] &, {"Sin[a x]....", "Cos[x]....", "Tan[x].....", "Cot[x]....."}];
Add Comment
Please, Sign In to add comment