<div dir="ltr"><div dir="auto"><div style="font-family:courier new,monospace;font-size:small" class="gmail_default">​Hi, <br></div><div style="font-family:courier new,monospace;font-size:small" class="gmail_default">I'm trying to plot results of band structure with gnuplot. <br></div><div style="font-family:courier new,monospace;font-size:small" class="gmail_default">I want insert label of K-points in x-axis<br><br></div><div style="font-family:courier new,monospace;font-size:small" class="gmail_default">I use this code <br><br>set output "DOS.png"<br>set encoding iso_8859_1<br>set xlabel ""<br>set ylabel ""<br>set title "DOS"<br>set xtics <br>unset key<br><br>plot 'OCC_130.dat'  u ($1-3.4):xtic(2) w lp lt 1 pt 6, <br><br></div><div style="font-family:courier new,monospace;font-size:small" class="gmail_default">in file energy there is the energy in column 1 and in the column 2 {/Symbol G}. I obtain an uncodified character. <br><br></div><div style="font-family:courier new,monospace;font-size:small" class="gmail_default">How can I fix it?<br><br></div><div style="font-family:courier new,monospace;font-size:small" class="gmail_default">Alberto<br></div><br></div>
</div>