Closed setop closed 6 years ago
Hi. The intent was to keep everything compatible with existing UNIX parsing tools such as awk or cut or perl -F. So given that, the default behavior is what I want. We COULD implement a 'field separator' flag (again, like in awk and perl) to provide this behavior. Do you want to give me a patch?
Oh, and if all you want is to get a nice curve legend with spaces in it, you can use --legend.
I mean 'perl -a', not 'perl -F'
Closing this. I don't think it makes sense to implement this.
I'd like to be able to plot data separated by tabs, with data id having space in their names. I use command
feedgnuplot --domain --dataid --autolegend --lines --points --exit --dump < sample.txt
With data like :
I got :
as expected.
With data like :
I got
not what I expect.