diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-08-13 14:31:36 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-08-13 14:31:36 +0200 |
commit | f63613682351ec610ffd8eab247aaa4a7dabe538 (patch) | |
tree | 13b3c10ee6366c4d385e49ddf1e675a3e5679336 /python | |
parent | 7b62c8e5fdbaadd4d377a3edf52870fc22909c28 (diff) |
Add minor modifications
Diffstat (limited to 'python')
-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 |