Post Reply 
change parametric plot setup programmatically
08-13-2018, 11:59 AM
Post: #1
change parametric plot setup programmatically
Hello, I'm struggling to find a way to change Xmin, Xmax, Ymin, Ymax variables programmatically before invoking the PLOT view.
So, I want to prevent the HP PRIME from deciding about these min. and max. values, because I want to control these myself (from within an application I'm developing).
Note that I can change Tmin and Tmax (independent variable). But this is NOT my question.

...
Xmin := -5; // Xmin changed to -5
STARTAPP(1) // start plotting: changed Xmin discarded
...

A second, related question: can you programmatically force an aspect ratio of 1 when plotting (like 'menu -> zoom -> square' from the plot menu)

Thank you
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
change parametric plot setup programmatically - hata - 08-13-2018 11:59 AM



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