Commit b54104ca authored by Peter Jansweijer's avatar Peter Jansweijer

matplotlib python 3:set plot linewidth 1

parent aeca0ace
......@@ -63,6 +63,7 @@ import vxi11
import scipy
import numpy
import matplotlib.pyplot as plt
plt.rcParams['lines.linewidth'] = 1
# Add parent directory (containing 'lib') to the module search path
lib_path = (os.path.dirname(os.path.abspath(__file__)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment