[Programming] Cartesian draw functions
|
12-06-2014, 04:04 PM
(This post was last modified: 12-06-2014 04:05 PM by Tim Wessman.)
Post: #2
|
|||
|
|||
RE: [Programming] Cartesian draw functions
The non _P version reads the current x/y bounds from the application and graphs using the definied window. Thus LINE(-1,-1,1,1) will draw using your window setting from the active application between catesian coordinates (-1,-1) and (1,1) passing through 0,0. If you are not in an application that has a plot view with definiable x/y window position, the system application default will be used.
If you are trying to draw things on a plot/graph or to create your own - these are exactly the commands you should be using. TW Although I work for HP, the views and opinions I post here are my own. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[Programming] Cartesian draw functions - gabrieljcs - 12-05-2014, 08:56 PM
RE: [Programming] Cartesian draw functions - Tim Wessman - 12-06-2014 04:04 PM
RE: [Programming] Cartesian draw functions - gabrieljcs - 12-06-2014, 04:31 PM
RE: [Programming] Cartesian draw functions - gabrieljcs - 12-06-2014, 08:12 PM
RE: [Programming] Cartesian draw functions - toml_12953 - 12-06-2014, 09:28 PM
RE: [Programming] Cartesian draw functions - gabrieljcs - 12-06-2014, 09:37 PM
RE: [Programming] Cartesian draw functions - Giancarlo - 12-06-2014, 10:36 PM
RE: [Programming] Cartesian draw functions - gabrieljcs - 12-06-2014, 11:10 PM
RE: [Programming] Cartesian draw functions - Giancarlo - 12-06-2014, 11:19 PM
RE: [Programming] Cartesian draw functions - gabrieljcs - 12-06-2014, 11:24 PM
|
User(s) browsing this thread: 1 Guest(s)