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

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


AHELP for CIAO 4.5 ChIPS v1

shuffle_point

Context: points

Synopsis

Shuffles the rendering order of the point within the depth.

Syntax

shuffle_point([id,] [direction])

Description

  • id - an optional ChipsId structure containing values to modify the currency state for the command, or a string to specify the id of the point to operate on.
  • direction - how to shuffle the object; options are chips_forward, chips_backward, chips_front, and chips_back. If not given then chips_forward is assumed.

By default, objects within a depth are ordered chonologically based on when they were added to that depth. The objects are stacked with the oldest item at the back of the list and the newest item at the front of the list. This order dictates how the objects overlap when drawn.

The shuffle_point command modifies the location of the specified object within the depth. It may be used to position a point in front of or behind other objects which are at the same depth.

The available "direction" options are:

  • chips_back - send to the back of the stack
  • chips_front - send to the front of the stack
  • chips_forward - moves one step closer to the front
  • chips_backward - moves one step further back

The shuffle routines can only operate on a single object. An error is returned if currency is set to "all".

Example 1

chips> set_preference("point.size","20")
chips> add_point(.5,.5,"color=coral")
chips> add_point(.5,.5,"color=skyblue")
chips> add_point(.5,.5,"color=red")
chips> shuffle_point(chips_backward)

Create three overlapping points. Use the shuffle_point command to move the current point one step backward in the rendering order.

Example 2

chips> shuffle_point("pnt1",chips_front)

Move the point "pnt1" to the front of the depth.

Bugs

See the bugs pages on the ChIPS website for an up-to-date listing of known bugs.

See Also

axes
shuffle_axis
concepts
depthcontrol
contours
shuffle_contour
curves
shuffle_curve
depth
collapse_depths, display_depth, get_default_depth, hide_depth, reindex_depth, set_default_depth
histograms
shuffle_histogram
images
shuffle_colorbar, shuffle_image
labels
shuffle_label
lines
shuffle_line
points
add_point, current_point, delete_point, display_point, get_point, hide_point, move_point, set_point
regions
shuffle_region
shuffle
shuffle, shuffle_back, shuffle_backward, shuffle_forward, shuffle_front

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.