Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Plot[{Sin[x], Cos[x]}, {x, 0, 2 π},
  2. PlotStyle -> {Thickness[0.01], Thickness[0.02]}]
  3.  
  4. Plot[{Sin[x], Cos[x]}, {x, 0, 2 π},
  5. PlotStyle -> {Thickness[0.01], Thickness[0.02]},
  6. ColorFunction -> (ColorData[97][1] &)]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement