summaryrefslogtreecommitdiff
path: root/grapher/Layouts/LogarithmLayout.cs
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Layouts/LogarithmLayout.cs')
-rw-r--r--grapher/Layouts/LogarithmLayout.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/Layouts/LogarithmLayout.cs b/grapher/Layouts/LogarithmLayout.cs
index 5b25d60..e39dbe7 100644
--- a/grapher/Layouts/LogarithmLayout.cs
+++ b/grapher/Layouts/LogarithmLayout.cs
@@ -9,6 +9,7 @@ namespace grapher.Layouts
{
Name = "Logarithm";
Index = (int)AccelMode.logarithm;
+ LogarithmicCharts = false;
AccelLayout = new OptionLayout(true, Scale);
CapLayout = new OptionLayout(true, Cap);