pltIPlot CopyHorizontalAxis

Copies a horizontal axis.

Syntax

pltIPlot_handle CopyHorizontalAxis axis, append_future

Application

Tcl Modify

Description

This command copies a horizontal axis based on the user-input axis index.

Inputs

axis
The axis index (position in the axis list) that you want to copy.
append_future
true
Indicates the copy will be added to a memory.
false
Indicates that the copy is not added to memory. This way, multiple copies can be made and pasted at the same time, rather than copying and pasting each one individually.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot CopyHorizontalAxis 1 true;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

XY Plot

Modify