|
|
||
|
|
| Ticks is an option for graphics functions that specifies tick marks for axes. |
| None | no tick marks drawn | |
| Automatic | tick marks placed automatically | |
| {xticks,yticks,...} | tick mark options specified separately for each axis |
| None | no tick marks drawn | |
| Automatic | tick mark positions and labels chosen automatically | |
| {x1,x2,...} | tick marks drawn at the specified positions | |
| {{x1,label1},{x2,label2},...} | tick marks drawn with the specified labels | |
| {{x1,label1,len1},...} | tick marks with specified scaled length | |
{{x1,label1,{plen1,mlen1}},...} | tick marks with specified lengths in the positive and negative directions | |
| {{x1,label1,len1,style1},...} | tick marks with specified styles | |
| func | a function to be applied to xmin, xmax to get the tick mark specification |
| © 2008 Wolfram Research, Inc. |