kivy-garden / garden.matplotlib

Matplotlib backends using kivy
MIT License
103 stars 50 forks source link

User No module named 'kivy.garden.matplotlib kivy #85

Open whantumba opened 7 months ago

whantumba commented 7 months ago

Kindly help with the error above whenever I run the app python is not recognizing kivy.garden.matplotlib

from collections import OrderedDict from pymongo import MongoClient from utils.datatable import DataTable from datetime import datetime import hashlib import pandas as pd import matplotlib.pyplot as plt

import matplotlib.pyplot as FCK

from kivy.garden.matplotlib import FigureCanvasKivyAgg as FCK

amMistic commented 3 months ago

You just have to install it. I also just recently started working with this kivy stuff, so i know

pip install kivy_garden
garden install matplotlib