From 86c49af9087bf42651c58313815d3ed98da41d91 Mon Sep 17 00:00:00 2001 From: rasmusvt Date: Fri, 10 Sep 2021 14:30:04 +0200 Subject: [PATCH] Add plot.py to electrochemistry --- beamtime/electrochemistry/plot.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 beamtime/electrochemistry/plot.py diff --git a/beamtime/electrochemistry/plot.py b/beamtime/electrochemistry/plot.py new file mode 100644 index 0000000..514b463 --- /dev/null +++ b/beamtime/electrochemistry/plot.py @@ -0,0 +1,5 @@ +import matplotlib.pyplot as plt + +print('test') + +print('test2') \ No newline at end of file