|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also » |
| GridLines is an option for two-dimensional graphics functions that specifies grid lines. |
| None | no grid lines drawn | |
| Automatic | grid lines placed automatically | |
| {xgrid,ygrid} | grid lines specified separately in each direction |
| None | no grid lines drawn | |
| Automatic | grid line positions chosen automatically | |
| {x1,x2,...} | grid lines drawn at the specified positions | |
| {{x1,style1},...} | grid lines with specified styles | |
| func | a function to be applied to xmin, xmax to get the grid line option |
Put grids across a 2D graphic:
Draw grid lines at the specific positions:
Specify grid styles:
Specify overall grid lines style, using GridLinesStyle:
|
| © 2013 Wolfram Research, Inc. |