Is it possible to use matplotlib and seaborn output plots in a GUI app (e.g. Flutter)?
I am building a tool in Python, which loads data, then does all sorts of preprocessing depending on the input parameters and in the end it generates all sorts of graphs, scatterplots, histograms, and in some cases ML algorithms. I…