Description
Hi!
I am the author of gtkmm-plplot and stumbled onto your repository just now.
I would just like to comment on the Known issues you reported on the README.md page:
At least in macOS Mojave, the main GUI window needs to called in the main thread. So, using multithreading requires the threads to not to be joined. Users need to stick to other measures to make sure that the program does not prematurely end once a single thread exits.
This is a constraint imposed by Gtk and has nothing to do with Gtkmm-PLplot. If you would like to update the GUI from a different thread, you will need to call gdk_threads_add_idle. This is true on all operating systems, not just macOS.
The app crashes randomly when the mouse is being moved over the drawing canvas area.
This is a bug and should be fixed: does it occur with the example in this repo?
Best,
Tom