From a4c7b4ffa47fbe66b93fb6116c13740c9c1049bd Mon Sep 17 00:00:00 2001 From: Sirin Puenggun Date: Sun, 14 May 2023 15:33:49 +0700 Subject: [PATCH] Fix bug for macOS that graph doesn't show up --- Essential/plotter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Essential/plotter.py b/Essential/plotter.py index 6853a58..5cb359f 100644 --- a/Essential/plotter.py +++ b/Essential/plotter.py @@ -6,6 +6,7 @@ import tempfile import tkinter as tk import webview from PIL import Image, ImageTk +import kaleido class plotter: def nutrient_plotter(self, df, row_index, nutrient_indices, chart_type, popup=True, frame=None):