ocaml-matplotlib
ocaml-matplotlib copied to clipboard
Showing a plot without blocking the process?
After Matplotlib.Mpl.show(), the program is blocked from interaction until the matplotlib window is closed. Is there a way to generate (multiple) plot windows and keep them open while continuing interaction with the ocaml process (not interaction with the plot itself)?