Replies: 1 comment 2 replies
-
This is related to how the pipes are created in It's not hard to reimplement this logic to redirect the messages differently or even copy and paste these files to create another backend locally that would handle the pipes differently, like throwing an exception instead or something like that. I think this request has never come up because only errors are redirected to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some of my matplotplusplus calls generate warnings messages that are printed to
stdout
. Things such as "warning: empty scatter plot". Since I'd like to print tostdout
myself this is rather unfortunate. Is there a way to disable all warning prints or perhaps redirect them to a different stream (i.e./dev/null
)? Many thanks!Beta Was this translation helpful? Give feedback.
All reactions