News

python_plotter A math function plotter coded in Python using Numpy, Matplotlib and Tkinter. It allows to save the graph as an image.
Bug summary When using a button click event handler, if the callback function includes the input function, the figure automatically closes when the callback function finishes. Code for reproduction ...