JAL-674 nicer temperature factor labelling and include PDB ID
[jalview.git] / src / MCview / PDBChain.java
index e8f1bc9..0949e7f 100755 (executable)
@@ -392,8 +392,8 @@ public class PDBChain
       }
 
       AlignmentAnnotation tfactorann = new AlignmentAnnotation(
-              "PDB.TempFactor", "Temperature Factor for "
-                      + sequence.getName(), annots, 0, max,
+              "Temperature Factor", "Temperature Factor for " + pdbid + id,
+              annots, 0, max,
               AlignmentAnnotation.LINE_GRAPH);
       tfactorann.setSequenceRef(sequence);
       sequence.addAlignmentAnnotation(tfactorann);