diff --git a/js/app/views/PlotComponents/plotFunction/FunctionType.js b/js/app/views/PlotComponents/plotFunction/FunctionType.js
index 1592548..2a5b260 100644
--- a/js/app/views/PlotComponents/plotFunction/FunctionType.js
+++ b/js/app/views/PlotComponents/plotFunction/FunctionType.js
@@ -60,7 +60,7 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', {
         item_type = {};
         item_type[key_] = this.plotFunctionItems.type.values.dft;
         item_type[name_] = this.plotFunctionItems.type.labels.dft;
-        // Disbale DFT
+        // Disbale DFT momentarily
         //data_function_type.push(item_type);
 
         item_type = {};
@@ -82,7 +82,8 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', {
         const item_inherits = {};
         item_inherits[key_] = this.plotFunctionItems.scale.values.inherits;
         item_inherits[name_] = this.plotFunctionItems.scale.values.inherits;
-        data_.push(item_inherits);
+        // Disbale inherits momentarily
+        //data_.push(item_inherits);
 
         const item_log = {};
         item_log[key_] = this.plotFunctionItems.scale.values.log;
@@ -156,7 +157,7 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', {
                     displayField: name_,
                     valueField: key_,
                     editable: false,
-                    value: this.plotFunctionItems.scale.values.inherits,
+                    value: this.plotFunctionItems.scale.values.log,
                     name: this.plotFunctionItems.scale.name
                 },
                 {
@@ -179,7 +180,7 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', {
                     displayField: name_,
                     valueField: key_,
                     editable: false,
-                    value: this.plotFunctionItems.scale.values.inherits,
+                    value: this.plotFunctionItems.scale.values.log,
                     name: this.plotFunctionItems.scale_ordonnee.name
                 }
             ]
--
libgit2 0.21.2