Small problem in bandgnu13 file |
- Date: 2015/02/16 23:01
- Name: Seungjin
- When one uses bandgnu13 to make gnuplot script for bandstructure,
it generates XXXX.GNUBAND file. But if one type gnuplot XXXX.GNUBAND
it makes error with error message
set data s l ^ "XXXX.GNUBAND", line 1: unrecognized option - see 'help set'.
This error is from the first line of XXXX.GNUBAND file. The first line of this fiile is
set data s l
But this scriipt is deprecated since gnuplot version 4.0 (released in 2004). So if you get error, change that line as
set style data line
Then it wil work well.
| |