diff --git a/Examples/showHREELS1.py b/Examples/showHREELS1.py
index 6fc32b5a2f6cdbdeba907238c03eda09c2f33765..00b7659b126f7ac0c381b79250907e89551dcebf 100644
--- a/Examples/showHREELS1.py
+++ b/Examples/showHREELS1.py
@@ -12,13 +12,14 @@ d1 = hh.HREELS('c1a03', datapath=datapath)
 
 d1.figure()
 
-d1.plot(xmin=40, normalized=True, color='red', factor = 10, label=d1.fname)
-d2.plot(xmin=40, normalized=True, color='black', factor = 10, label=d2.fname)
-d2.plot(normalized=True, color='gray', factor = 1, label=None)
+d1.plot(xmin=37, normalized=True, color='red',   factor = 10, label=d1.fname)
+d2.plot(xmin=37, normalized=True, color='black', factor = 10, label=d2.fname)
+d2.plot(         normalized=True, color='gray',  factor = 1,  label=None)
 
 d1.ax.set_ylim(bottom=0)
 d1.ax.set_xlim(left=-200,right=1300)
-plt.axvline(x=69,ymax=0.4, linestyle='dashed')
+plt.axvline(x= 70,ymax=0.4, linestyle='dashed')
+plt.axvline(x=-70,ymax=0.1, linestyle='dashed')
 
 plt.text(0.99, 0.01,os.path.basename(__file__), fontsize=10, ha='right', va='bottom', transform=plt.gcf().transFigure)
 output_filename = os.path.splitext(__file__)[0] + '.png'
diff --git a/libhreels/myBoson.cpython-312-x86_64-linux-gnu.so b/libhreels/myBoson.cpython-312-x86_64-linux-gnu.so
new file mode 100644
index 0000000000000000000000000000000000000000..75c276d575795ebe762935f43c89d472aa80c94f
Binary files /dev/null and b/libhreels/myBoson.cpython-312-x86_64-linux-gnu.so differ
diff --git a/libhreels/myEels20.cpython-312-x86_64-linux-gnu.so b/libhreels/myEels20.cpython-312-x86_64-linux-gnu.so
new file mode 100644
index 0000000000000000000000000000000000000000..b2b234f33c0e8bbe07c8a03f0967ece4f02874c3
Binary files /dev/null and b/libhreels/myEels20.cpython-312-x86_64-linux-gnu.so differ