|
From: Rhys U. <rhy...@gm...> - 2014-03-13 16:15:03
|
>> plot 'foo.dat' using 0:"x", 'bar.dat' using 0:"x"
> So bite the bullet and _tell_ it what title you want.
plot 'foo' using 0:'x' title "'foo' using 0:'x'", \
'bar' using 0:'x' title "'bar' using 0:'x'"
Bleeeech. Now, consider the possibility of complicated computed columns...
> There's always a limit to the possible success of tools trying to read people's mind. If they fail, just tell them what to do.
Agreed. But before jumping through the hoops in the foo/bar with
title example just above, I'd much prefer to turn off the tools'
mindreading tendencies. Hence my original note.
- Rhys
|