X-Git-Url: https://git.ao2.it/experiments/RadialSymmetry.git/blobdiff_plain/bf505aac1157609e33843d49634db9839e8e64cf..758c42f5ea3dd9f1b9f7cc26249fd66cd77dd49d:/RadialSymmetryDiagram.py diff --git a/RadialSymmetryDiagram.py b/RadialSymmetryDiagram.py index a54c1bb..333606a 100755 --- a/RadialSymmetryDiagram.py +++ b/RadialSymmetryDiagram.py @@ -89,9 +89,9 @@ class RadialSymmetryDiagram(Diagram.Diagram): if model.show_labels: ta = self.normalized_angle_01(rotated_radial_orientation_angle) text = ("%.2f" % (ta * 360)).rstrip('0').rstrip('.') - color = colorsys.hsv_to_rgb(a, 1.0, 1.0) self.draw_centered_text(v[0], v[1], text, - rotated_radial_orientation_angle, color) + rotated_radial_orientation_angle, color, + align_baseline=True) def draw_element(self, x, y, model, theta, color=[0, 0, 0]): if model.show_elements: