Skip to content

Commit

Permalink
Migrate to matplotlib 3
Browse files Browse the repository at this point in the history
  • Loading branch information
g-braeunlich committed Feb 27, 2023
1 parent 6cef60f commit 9e07b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kivy_garden/matplotlib/backend_kivy.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def __init__(self, widget):
self.dpi = widget.figure.dpi
self._markers = {}
# Can be enhanced by using TextToPath matplotlib, textpath.py
self.mathtext_parser = MathTextParser("Bitmap")
self.mathtext_parser = MathTextParser("path")
self.list_goraud_triangles = []
self.clip_rectangles = []
self.labels_inside_plot = []
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3",
]

dependencies = ["matplotlib"]
dependencies = ["matplotlib >= 3.0.0"]

[tool.setuptools]
packages = ["kivy_garden.matplotlib"]

0 comments on commit 9e07b12

Please sign in to comment.