* Making progress on the rework. There are nifty new features coming in.
[scdataviz] / graph.c
diff --git a/graph.c b/graph.c
index f855cc9..647c310 100644 (file)
--- a/graph.c
+++ b/graph.c
@@ -210,7 +210,7 @@ struct graph_axis* autoset_axis(Graph* g, GString* title, double min, double max
     if(stop_mag == start_mag) stop_mag *= 10;
     axis->major=10;
     axis->minor=9;
-    axis->subminor=9;
+    axis->subminor=0;
     axis->major_start=start_mag;
     axis->major_step=(stop_mag - start_mag)/(axis->major);
   }