Plot: tweak missing matplotlib warning (#9442)

Close #9407


Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
This commit is contained in:
luzpaz
2023-05-05 09:35:32 -04:00
committed by GitHub
parent c3a9b36a8a
commit b613ff06ad

View File

@@ -37,7 +37,7 @@ try:
from matplotlib.figure import Figure
except ImportError:
FreeCAD.Console.PrintWarning('matplotlib not found, so Plot module can not be loaded\n')
FreeCAD.Console.PrintWarning("The 'matplotlib' Python package was not found. Plot module cannot be loaded\n")
raise ImportError("matplotlib not installed")