mirror of
https://github.com/Sosokker/Packaged-Food-Explorer.git
synced 2025-12-18 12:44:05 +01:00
Fix bug for macOS that graph doesn't show up
This commit is contained in:
parent
8355d8cfc1
commit
a4c7b4ffa4
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user