|
From: Thomas S. <t.s...@fz...> - 2011-08-19 20:15:27
|
Fabio Andrijauskas <biozit.listas <at> gmail.com> writes: > Hello all, > > I am Trying to print labels in my graph but the are not showing. I am > using the gnuplot 4.4 patchlevel 0 on Fedora 14, the script: > > ... > set xrange [5000:8000] nowriteback > ... > set label 100 "laabel" at 1, 1 > ... your xrange starts at 5000, but your label is positioned at x=1, so it's out of the plot area. |