Fix bug for macOS that graph doesn't show up

This commit is contained in:
Sirin Puenggun 2023-05-14 15:33:49 +07:00
parent 8355d8cfc1
commit a4c7b4ffa4

View File

@ -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):