Skip to content

Commit

Permalink
very minor change, move label of LH alpha helix area slightly to the …
Browse files Browse the repository at this point in the history
…left in Ramachandran plot
dfsp-spirit committed Sep 15, 2015

Verified

This commit was signed with the committer’s verified signature.
targos Michaël Zasso
1 parent 107618b commit db7ef81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plcc/src/plcc/Main.java
Original file line number Diff line number Diff line change
@@ -5925,7 +5925,7 @@ public static Boolean drawRamachandranPlot(String filePath, ArrayList<Residue> r
ig2.setPaint(Color.DARK_GRAY);
if(addAreaLabels) {
ig2.drawString("RH \u03b1", (new Double(0.41 * imgWidth).intValue() + imgStartX), (new Double(0.65 * imgHeight).intValue() + imgStartY)); // left-handed alpha
ig2.drawString("LH \u03b1", (new Double(0.73 * imgWidth).intValue() + imgStartX), (new Double(0.35 * imgHeight).intValue() + imgStartY)); // right-handed alpha
ig2.drawString("LH \u03b1", (new Double(0.72 * imgWidth).intValue() + imgStartX), (new Double(0.35 * imgHeight).intValue() + imgStartY)); // right-handed alpha
ig2.drawString("\u03b2", (new Double(0.33 * imgWidth).intValue() + imgStartX), (new Double(0.35 * imgHeight).intValue() + imgStartY)); // beta
}
}

0 comments on commit db7ef81

Please sign in to comment.