Mathematica

From Han Wiki
Revision as of 19:05, 19 September 2017 by Mhan (talk | contribs) (→‎Plotting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Jump to navigation Jump to search

Plotting

Tick marks and GridLines

Plot[3 Sin[x], {x, -2 Pi, 2 Pi}, 
 Ticks -> {{-2 Pi, -3 Pi/2, -Pi, -Pi/2, Pi, Pi/2, 3 Pi/2, 2 Pi}, 
   Automatic}, 
 GridLines -> {{-2 Pi, -3 Pi/2, -Pi, -Pi/2, Pi, Pi/2, 3 Pi/2, 2 Pi}, 
   Automatic}]