JAL-1933 switch from gap count to occupancy
[jalview.git] / src / jalview / viewmodel / AlignmentViewport.java
index da05a09..0cca5b4 100644 (file)
@@ -1911,7 +1911,8 @@ public abstract class AlignmentViewport implements AlignViewportI,
       consensus = new AlignmentAnnotation("Consensus", "PID",
               new Annotation[1], 0f, 100f, AlignmentAnnotation.BAR_GRAPH);
       initConsensus(consensus);
-      gapcounts = new AlignmentAnnotation("Gaps", "Number of Gaps",
+      gapcounts = new AlignmentAnnotation("Occupancy",
+              "Number of aligned positions",
               new Annotation[1], 0f, alignment.getHeight(),
               AlignmentAnnotation.BAR_GRAPH);
       initGapCounts(gapcounts);