Jump to content

solve LISP issue


prakash25571

Recommended Posts

I try to the lisp attached to draw graph,but when I run the lisp it stops with a message "data file graph.csv not found.Could anybody please help me to solve the issue.

 

Prakash.

Graph.lsp

graph.csv

Edited by prakash25571
addl attachment
Link to comment
Share on other sites

  • 9 months later...

I use the attached lisps (written by YMG Sir) to create coordinates of offset points of an alignment,but it creates a table. I want the result either in xls or csv formal.

Could please help me to solve the issue.

 

Offset Table.LSP

Link to comment
Share on other sites

Man! It looks like you should re-write the whole "LM:addtable" function to dump the content of the "lst" argument to a CSV file; it shouldn't be so difficult using (princ ..), (print ..) and (open ..) LISP functions... ;-)

Link to comment
Share on other sites

Man! It looks like you should re-write the whole "LM:addtable" function to dump the content of the "lst" argument to a CSV file; it shouldn't be so difficult using (princ ..), (print ..) and (open ..) LISP functions... ;-)

 

Or just use my Write CSV function.

Link to comment
Share on other sites

  • 2 weeks later...

I am new user to lisps and unable to modify using (princ ..), (print ..) and (open ..) LISP functions... ;-) as per my requirement.If possible please rewrite the attached lisps.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...