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 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
change parametric plot setup programmatically - hata - 08-13-2018 11:59 AM
RE: change parametric plot setup programmatically - JMB - 08-13-2018, 12:32 PM
RE: change parametric plot setup programmatically - Tim Wessman - 08-13-2018, 12:42 PM
RE: change parametric plot setup programmatically - hata - 08-13-2018, 03:01 PM
RE: change parametric plot setup programmatically - JMB - 08-13-2018, 07:25 PM
RE: change parametric plot setup programmatically - hata - 08-14-2018, 09:39 AM
RE: change parametric plot setup programmatically - hata - 08-14-2018, 09:44 AM
|
User(s) browsing this thread: 1 Guest(s)