diff options
Diffstat (limited to 'python/.pythonrc')
-rw-r--r-- | python/.pythonrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/.pythonrc b/python/.pythonrc index f384a57..4d97a0f 100644 --- a/python/.pythonrc +++ b/python/.pythonrc @@ -1,6 +1,6 @@ import numpy as np import sympy as sym -import matplotlib.pyplot as plt +import matplotlib try: import hermipy as hm |