Message 1 of 2
Lisp help - lts before plot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to write a lisp to set the lts to 1 before plotting;
(command "_.undefine" "Plot")
(defun C:Plot () (ltscale;1;) (command "_.Plot"))
It does the lts part properly, but it says unknown command "PLOT"
Any ideas what I'm doing wrong? or if this is at all possible?
Thanks,