pltIPlot PasteHorizontalAxes

Pastes previously copied or cut horizontal axes.

Syntax

pltIPlot_handle PasteHorizontalAxes index

Application

Tcl Modify

Description

This command pastes previously copied or cut axes into the axes list.

Inputs

index
The index (position number) where you want to insert the axes. PasteHorizontalAxes pastes the user-input index and moves the list down one position if it is at or below that index

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;	
w1 GetClientHandle plot;
plot PasteHorizontalAxes 3;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

XY plot

Modify