You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So if I run a Ruby app using ruby_gnuplot that warning is printed to the console if I have missing data. I believe it is a warning printed to stderr from gnuplot itself. Such errors can be captured in a IO using popen3 AFAIK.
Is there a mechanism to capture gnuplot warnings such as:
Warning: empty y range [0:0], adjusting to [-1:1]
so that these can be handled in Ruby instead of being output to stderr?
The text was updated successfully, but these errors were encountered: