diff --git a/modules/base/pymod/table.py b/modules/base/pymod/table.py
index 6c9a039f91430512bd800a3c82a51d9d02b047cd..5f293c4ae23a739e9508c1b23e4282babf00bd5d 100644
--- a/modules/base/pymod/table.py
+++ b/modules/base/pymod/table.py
@@ -2960,9 +2960,8 @@ Statistics for column %(col)s
       plt.ylabel(y_title, size='x-large')
       plt.xlabel(x_title, size='x-large')
       
-      plt.xscale('log', basex=10)
+      plt.xscale('log', base=10)
       plt.xlim(0.001, 1.0)
-      
 
       if save:
         plt.savefig(save)