Post Reply 
Statistics 2Var cursor
11-22-2023, 05:48 PM (This post was last modified: 11-23-2023 05:28 AM by ftneek.)
Post: #1
Statistics 2Var cursor
I'm working on a project that I'm almost ready to share, here is a snippet I have a question about.

Code:
EXPORT viewPlot()
BEGIN
STARTAPP("Statistics 2Var");
STARTVIEW(1);
END;

Assuming there is already a scatter plot set up, I would like to start the statistics 2var plot view with the cursor on a specific point, but I haven't figured out how to accomplish that yet. I have tried GOTO(xval) and GOTO(x_index) but neither seemed to work, the cursor seems to always start at the first point in the series. I would appreciate any pointers.

- neek
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)