Thanks Adrian for the quick reply it worked well!
------------------------------
Adrian's response:
I think notitle does the job.
plot "something.dat" w p notitle
plot "something_with_a_title.dat" w p t label1
Adrian
Trillianx wrote:
>
> I would like to ONLY use certain labels for the plot and not all of it. As
> can be seen from the screenshot below setting labels by default sets all
> the labels. If there a way to pick and choose which labels one wants to
> display?
>
> For labeling I have done for example
>
> label1 = "This is one"
>
> plot "something.dat" w p title label1
>
> Thanks!
>
> http://old.nabble.com/file/p28462168/Screenshot.png
>
--
View this message in context: http://old.nabble.com/Selective-labels-tp28462168p28462426.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|