<td>true of false (default is false)</td>
<td>When true, shows a sequence logo above the consensus sequence (overlaid above the Consensus Histogram, if visible, with symbols coloured using the alignment's default colourscheme). (<em>since 2.7</em>)</td>
</tr>
- <tr><td>normaliseLogo</td>
+ <tr><td>normaliseSequenceLogo</td>
<td>true of false (default is false)</td>
<td>When true, all sequence logos will be normalised (all symbol stacks add up to full height of annotation row), rather than being scaled according to the fraction of symbols identical to the consensus. (<em>since 2.8</em>)</td>
</tr>
showSequenceLogo = applet.getDefaultParameter("showSequenceLogo", showSequenceLogo);
- normaliseSequenceLogo = applet.getDefaultParameter("normaliseSequenceLogo", normaliseSequenceLogo);
+ normaliseSequenceLogo = applet.getDefaultParameter("normaliseSequenceLogo", applet.getDefaultParameter("normaliseLogo", normaliseSequenceLogo));
showGroupConsensus = applet.getDefaultParameter("showGroupConsensus", showGroupConsensus);