sasagawa888 / eisl

ISLisp interpreter/compiler
Other
272 stars 22 forks source link

Added flushing of gnuplot commands so they are executed immediately #252

Closed gtnoble closed 1 year ago

gtnoble commented 1 year ago

Previously, when a command was sent to Gnuplot, it would not execute immediately because it was being held in the buffer. Now the buffer is flushed after the command is sent so that the command is executed immediately.

sasagawa888 commented 1 year ago

Thank you.