Chandra X-Ray Observatory (CXC)
Skip to the navigation links
Last modified: December 2012

URL: http://cxc.harvard.edu/chips/display_axis.html
Jump to: Description · Examples · Bugs · See Also


AHELP for CIAO 4.5 ChIPS v1

display_axis

Context: axes

Synopsis

Display the specified axis.

Syntax

display_axis()
display_axis( [ChipsId] )
display_axis( "axis_id" )
display_axis( "all" )

Description

Depending on the argument, this command displays the current axis, the axis indicated in a ChipsId structure or by the axis_id, or all axes.

  • (no argument) - the current axis is displayed.
  • ChipsId - an optional ChipsId structure containing values to modify the currency state for the command.
  • axis_id - identification tag given to each object that is created; use this to display a specific axis.
  • all - displays all axes.

Example 1

chips> add_curve([-23,4,15],[10,8,11])
chips> hide_axis()
chips> display_axis()

Create a curve and hide the axis (or axes), then display the current axis.

Example 2

chips> add_plot(.6, .6, .87, .87)
chips> add_curve([-4,0,4],[0,5,10])
chips> hide_axis()
chips> add_plot()
chips> x = np.arange(-4,4)
chips> add_curve(x, x**2)
chips> current_plot("plot1")
chips> display_axis("ay1")

Two plots are created, each containing a curve, and the axes of the first plot are hidden. After creating the second plot, we change back to the first plot and re-show the Y axis ("ay1"). We could have used a ChipsId structure for this by saying:

chips> id = ChipsId()
chips> id.axis = "ay1"
chips> display_axis(id)

Example 3

chips> add_plot(.6, .6, .9, .9)
chips> add_curve([-4,0,4],[0,5,10])
chips> add_plot()
chips> x = np.arange(-4,4)
chips> add_curve(x, x**2)
chips> current_plot("all")
chips> hide_axis("all")
chips> display_axis("all")

Two plots are created and both made current. The axes are all hidden, then the display_axis command displays them all.

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_major_ticks, 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

Last modified: December 2012
CXC logo

The Chandra X-Ray Center (CXC) is operated for NASA by the Smithsonian Astrophysical Observatory. 60 Garden Street, Cambridge, MA 02138 USA.   Email: cxcweb@head.cfa.harvard.edu Smithsonian Institution, Copyright © 1998-2012. All rights reserved.