arafatkatze / glot

Glot is a plotting library for Golang built on top of gnuplot.
MIT License
398 stars 19 forks source link

Qt-based gnuplot process is still alive even after closing UI #24

Closed helloworldpark closed 4 years ago

helloworldpark commented 4 years ago

Steps

  1. Run a gnuplot
  2. Make it open for a few seconds
  3. Close the gnuplot's window
  4. Check the process monitor. gnuplot and _gnuplotqt is still alive

Environment

helloworldpark commented 4 years ago

Tested using gnuplot installed in my computer, and figured out it seems to be not a bug but implementation. Testing the same way, the processes are both alive. Closing the issue.

arafatkatze commented 4 years ago

@helloworldpark Good to know you figured it out.

Thanks for raising the issue.