how to show the plot dialog box?

Discussion in 'AutoCAD' started by Greg Hubers, Dec 29, 2003.

  1. Greg Hubers

    Greg Hubers Guest

    Is there a way to show the plot dialog box from autolisp or in a script
    routine?
    I have tried lisp: (command "plot")
    and script: PLOT
    but they only show the command line plot prompts, like typing -plot at the
    command prompt does.
    I want to launch the plot dialog box at the end of one of my lisp routines
    as the last thing that happens.
    (command "pagesetup") launches the page setup dialog box. Isn't there a way
    to launch the plot dialog box to emulate typing in PLOT at the command
    prompt?
    Thanks
     
    Greg Hubers, Dec 29, 2003
    #1
  2. (initdia) (command ".plot")
     
    Jason Piercey, Dec 29, 2003
    #2
  3. Greg Hubers

    Greg Hubers Guest

    YEE HAW!
    thank you thank you thank you :D

     
    Greg Hubers, Dec 29, 2003
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.