[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [FreeSnell-discuss] Plotting
From: |
Aubrey Jaffer |
Subject: |
Re: [FreeSnell-discuss] Plotting |
Date: |
Sun, 29 May 2011 23:10:47 -0400 (EDT) |
| From: Mojtaba Javaheri Rahim <address@hidden>
| Date: Mon, 30 May 2011 01:05:34 +0200
|
| Hello everybody,
| I'm quite new in Freesnell,
| Unfortunately I have the following error message and have no idea
| how to get rid of it. for example I perform this program:
|
| ... And to run the program I do:
|
| (gran-ag)
|
| But I,m receiving:
| ;loading C:\Program Files\slib\genwrite
| ;done loading C:\Program Files\slib\genwrite.scm
| Invalid Parameter - "gran-Ag-IR.png"
| Invalid Parameter - "Ag-IR.png"
| #f
Your code runs fine here. The error would seem to be coming from
calling sprintf with the %a format; but nothing in your code causes
such a call. I can't find an "Invalid Parameter" message in any
relevant SLIB or FreeSnell code.
| Where can I find the results and plots in my computer, in which
| directory? Thanks in advance for your responding.
Running your code creates "Ag-IR.png" and "gran-Ag-IR.png" in the
current directory where SCM is run.