mimus-assa / APIAIS

Application Program Interface for Artificial Intelligence Systems
0 stars 1 forks source link

create a way to decide when to plot and what to plot #8

Open mimus-assa opened 3 years ago

mimus-assa commented 3 years ago

activate deactivate plots function

mimus-assa commented 3 years ago

maybe something like

plot_mode = FALSE
if plot mode == TRUE:
        function_that_plot(data)
        img =  pil.open(path)
        fig, ax1 = plt.figure()
        plt.imshow(img)

or something like