Post Reply 
change parametric plot setup programmatically
08-14-2018, 09:44 AM
Post: #7
RE: change parametric plot setup programmatically
OK, in the meantime I found the solution: temporarily switch to HOME view (just trial and error)

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

Thanks again
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:44 AM



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