Plot: tweak missing matplotlib warning (#9442)
Close #9407 Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user