xy plot
Edit plot attributes found in the Plot Browser and modify plot views.
Syntax
xy plot edit <name>=<value>
xy plot view <name>=<value>
Arguments
- edit
- Edit attributes for the selected plot.
- view
- Modify plot views.
- mark
- mark=<marklabel>
- marked
- marked=<true/false>
- range
- range=<range>
- fitaxis=x
- Fit x data only within the viewable graphics area.
- fitaxis=y
- Fit y data only within the viewable graphics area.
- fitaxis=all
- Fit all data only within the viewable graphics area (default).
Examples
Make the cursor the same color as the curve's
color:
xy plot edit range="p:1 w:1" backgroundcolor=2
Change the plot's background
color:
xy plot edit range="p:1 w:1" backgroundcolor=2
Change the gridline
color:
xy plot edit range="p:1 w:1" backgroundcolor=2
Fit all y axes of the current
session:
xy plot view range=p:all fitaxis=y