Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Values in input lines *must* be space-delimited? #52

Open
krisalyssa opened this issue Apr 8, 2024 · 1 comment
Open

Values in input lines *must* be space-delimited? #52

krisalyssa opened this issue Apr 8, 2024 · 1 comment

Comments

@krisalyssa
Copy link

gnuplot has support for changing the data separator (see set datafile separator, p. 160 of http://www.gnuplot.info/docs_6.0/Gnuplot_6.pdf), but as far as I can tell feedgnuplot doesn't.

Passing --set 'datafile separator comma' does no good, because as far as I can tell feedgnuplot parses the input lines before sending them to gnuplot.

I have data in CSV files that I'd like to plot, and it looks like my options currently are

  • preprocess the data to convert separators from commas to whitespace
  • learn how to use gnuplot directly instead of fronting it with feedgnuplot

At the very least, the documentation should state that values need to be space-delimited. Currently README.md uses the phrase "Input parsing is flexible", which I think is misleading with respect to the input data format.

@dkogan
Copy link
Owner

dkogan commented Apr 9, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants