Post Reply 
change parametric plot setup programmatically
08-14-2018, 09:39 AM
Post: #6
RE: change parametric plot setup programmatically
Hello JMP

When trying your example, indeed it works !
So I was able to find the problem:
when you execute it from the VIEW menu, it doesn't work.
Will try to find a workaround.

EXPORT VIEW "test" Test()
BEGIN
Parametric.Xmin:=-1;
Parametric.Xmax:=1;
Parametric.Ymin:=-1;
Parametric.Ymax:=1;
STARTVIEW(1);
END;

Many thanks
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: change parametric plot setup programmatically - hata - 08-14-2018 09:39 AM



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