Synopsis
Displays the minor tickmarks for the specified axis or axes.
Syntax
display_minor_ticks() display_minor_ticks(id)
Description
The function arguments.
Argument | Description |
---|---|
id | A ChipsId structure identifying the item, or a string containing the name of the object. |
The display_minor_ticks command displays the minor tickmarks of one or more axes which were hidden with the hide_minor_ticks command.
Example
chips> add_axis(XY_AXIS, 0.5, 1, 10) chips> hide_minor_ticks() chips> display_minor_ticks("ax1")
Create a pair of axes. The tickmarks on both axes are hidden, then the ones on "ax1" are displayed again.
Bugs
See the bugs pages on the ChIPS website for an up-to-date listing of known bugs.
See Also
- axes
- add_axis, bind_axes, current_axis, delete_axis, display_axis, display_major_ticks, get_axis, get_xaxis, get_yaxis, hide_axis, hide_major_ticks, hide_minor_ticks, lin_scale, log_scale, move_axis, reverse_axes, set_arbitrary_tick_positions, set_axis, set_xaxis, set_yaxis, shuffle_axis, unbind_axes
- concepts
- chipsid, currency, depthcontrol
- depth
- collapse_depths, display_depth, get_default_depth, hide_depth, reindex_depth, set_default_depth