-
Hello!! I have come to realise that this is because at various points I am rendering to screen, which is causing issues for my headless box. I have utilised the "offscreen" keyword in my plotter.Plotter() call and in my plotter.show() call , so that the plotter window does not render (if I don't this leads to the same error). My question is this: Can I still take a screenshot without the screen being present? I know it sounds a bit odd but I was thinking that the data structure that represents the plotter window still exists, so perhaps that can be saved to an image somehow without rendering and tripping the core dump error. It is rather vital that I get those images, so not taking them isn't really an option...and you can save matplotlib plots to a file without rendering them on screen...am I thinking in the right terms? Please correct me if I have the wrong idea here, and, any suggestions would be greatly appreciated. Thanks for all your help, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @jkissi have you tried already this: also: |
Beta Was this translation helpful? Give feedback.
Hi @jkissi have you tried already this:
#64 (comment)
also:
#609 (comment)