xy curve
Copy, cut, delete, edit, and paste curves, either defined by a range or the marked curve(s).
Syntax
xy curve copy <mark/marked/range>
xy curve cut <mark/marked/range>
xy curve delete <mark/marked/range>
xy curve edit <mark/marked/range>
xy curve paste <mark/marked/range>
xy curve stackadd <mark/marked/range>
xy curve stackcopy <mark/marked/range>
xy curve stackcut <mark/marked/range>
xy curve stackdelete <mark/marked/range>
xy curve stackdown <mark/marked/range>
xy curve stackedit <mark/marked/range>
xy curve stackpaste <mark/marked/range>
xy curve stackup <mark/marked/range>
Arguments
- copy
- Copies the selected curve.
- mark
- mark=<marklabel>
- marked
- <true/false>.
- range
- Define the range for the curve(s) you want to apply the action to.
- cut
- Removes the selected curve from the Plot Browser and
deletes it from the current session.
- mark
- mark=<marklabel>
- marked
- <true/false>.
- range
- Define the range for the curve(s) you want to apply the action to.
- delete
- Deleted the selected curve.
- mark
- mark=<marklabel>
- marked
- <true/false>.
- range
- Define the range for the curve(s) you want to apply the action to.
- edit
- Edit the selected curve's properties.
- mark
- mark=<marklabel>
- marked
- <true/false>.
- range
- Define the range for the curve(s) you want to apply the action to.
- paste
- Pastes the selected curve into a window.
- mark
- mark=<marklabel>
- marked
- <true/false>.
- range
- Define the window range for the curve(s) you want to apply the action to.
- stackadd
- Add a stackmath operation.
- mark
- mark=<marklabel>
- marked
- <true/false>.
- range
- Define the window range for the curve(s) you want to apply the action to.
- stackcopy
- Copy a stackmath operation.
- mark
- mark=<marklabel>
- marked
- <true/false>.
- range
- Define the window range for the curve(s) you want to apply the action to.
- stackcut
- Cut a stackmath operation.
- mark
- mark=<marklabel>
- marked
- <true/false>.
- range
- Define the window range for the curve(s) you want to apply the action to.
- stackdelete
- Delete a stackmath operation.
- mark
- mark=<marklabel>
- marked
- <true/false>.
- range
- Define the window range for the curve(s) you want to apply the action to.
- stackdown
- Move a stackmath operation down.
- mark
- mark=<marklabel>
- marked
- <true/false>.
- range
- Define the window range for the curve(s) you want to apply the action to.
- stackedit
- Edit a stackmath operation.
- mark
- mark=<marklabel>
- marked
- <true/false>.
- range
- Define the window range for the curve(s) you want to apply the action to.
- stackpaste
- Paste a stackmath operation.
- mark
- mark=<marklabel>
- marked
- <true/false>.
- range
- Define the window range for the curve(s) you want to apply the action to.
- stackup
- Move a stackmath operation up.
- mark
- mark=<marklabel>
- marked
- <true/false>.
- range
- Define the window range for the curve(s) you want to apply the action to.
Examples
xy curve copy range="p:1 w:2 i:2"
xy curve paste type=plot range="p:1 w:2 "
xy curve edit range="p:1 w:2 i:1" linecolor=5
xy curve stackadd range="p:all w:all i:2" operation=integral
xy curve stackedit range="p:all w:all i:1 s:1" type=Centroid