Try it now. I commented out one line that sometimes causes that symptom.
Do you get any error messages, now. If not. then I am not sure what the issue might be. I would have to send you a copy of the file with debug messages and saved temporary files to test the script to see what might be the issue.
Did you make modifications to the script or your .profile according to the instructions. Did you edit the file to change
# set directory for temporary files
dir="." # suggestions are dir="." or dir="/tmp"
To
# set directory for temporary files
dir="/tmp" # suggestions are dir="." or dir="/tmp"
Does that help?
The command I gave above, needs to have the input and output in the same directory as where you run the script.
If you have not modified your .profile, then preface the command with bash
Code: Select all
bash plot -p histogram -m filled -f 1 -w 256 -h 256 -t 20 -d 2 -b 0 -g front rose: rose_hist.png
and have the script in the same directory as you have your input and output.