|
|
|||
|
|
PolarTicks |
| PolarTicks is an option for sector charts and polar plots that specifies tick marks for polar axes. |
| None | no polar tick marks drawn | |
| Automatic | polar tick marks placed automatically | |
| { | separate specifications for angular and radial ticks |
| None | no tick marks drawn | |
| Automatic | tick mark positions and labels chosen automatically | |
| {t1,t2,...} | tick marks drawn at the specified positions | |
| {{t1,label1},{t2,label2},...} | tick marks drawn with the specified labels | |
| {{t1,label1,len1},...} | tick marks with specified scaled length | |
| {{t1,label1,{plen1,mlen1}},...} | tick marks with specified lengths in the positive and negative directions | |
| {{t1,label1,len1,style1},...} | tick marks with specified styles | |
| func | a function to be applied to tmin, tmax to get the tick mark specification |
Specify overall polar ticks style, including polar tick labels, using TicksStyle:
|