| AHELP for CIAO 4.5 ChIPS v1 | display_major_ticks |
Context: axes |
Synopsis
Displays the major tickmarks for the specified axis.
Syntax
display_major_ticks([id])
Description
- id - an optional ChipsId structure containing values to modify the currency state for the command or a string id to specify an axis within the current plot.
The display_major_ticks command displays the major tickmarks of one or more axes which were hidden with the hide_major_ticks command ("ahelp hide_major_ticks") .
Example
chips> add_axis(XY_AXIS,.5,1,10)
chips> hide_major_ticks("ax1")
chips> display_major_ticks("ax1")Create a pair of axes. The tickmarks on axis "ax1" are hidden, then 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_minor_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

![[ChIPS Logo]](../imgs/chips_logo_navbar.gif)