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

gnuplot 6.0.1 warning: Reading from '-' inside a multiplot not supported; use a datablock instead #432

Open
daljit46 opened this issue Nov 23, 2024 · 2 comments

Comments

@daljit46
Copy link

In Gnuplot 6.0.1, the following change was introduced:

CHANGE Use of data source '-' inside a multiplot is an error; use a local datablock instead

This causes an excessive amount of warnings to be output to the console:

warning: Reading from '-' inside a multiplot not supported; use a datablock instead

I can easily reproduce this with the line plot 1 example on MacOS with gnuplot 6.0.1 installed via brew.

@daljit46 daljit46 changed the title gnplot 6.0.1 warning: Reading from '-' inside a multiplot not supported; use a datablock instead gnuplot 6.0.1 warning: Reading from '-' inside a multiplot not supported; use a datablock instead Nov 23, 2024
@Haron123
Copy link

Yeah i got the same issue, the amount of warnings printed is quite annoying

@SeverinDenisenko
Copy link

On my 1024x1024 image plot it logs over 30000 warnings per second, rendering application completely unusable.

For a workaround I inserted run_command("unset warnings"); in some place in code.

This is obviously not a fix and I don't know what I am doing. But this worked.

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

3 participants