FrameTicks
Usage
• FrameTicks is an option for two-dimensional graphics functions that specifies tick marks for the edges of a frame.
Notes
• The following settings can be given for FrameTicks:
| None | no tick marks drawn | | Automatic | tick marks placed automatically | | {xmticks, ymticks, ... } | tick mark options specified separately for each edge |
• When tick mark specifications are given separately for each edge, the edges are ordered clockwise starting from the bottom of the frame. • With the Automatic setting, tick marks are usually placed at points whose coordinates have the minimum number of digits in their decimal representation. • For each edge, tick marks can be specified as described in the notes for Ticks. • New in Version 2.
|