projects
/
experiments
/
RadialSymmetry.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ad27a2
)
RadialSymmetryDiagram.py: remove a redundant statement
author
Antonio Ospite <ao2@ao2.it>
Fri, 12 Jun 2015 16:20:03 +0000
(18:20 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Fri, 12 Jun 2015 20:37:22 +0000
(22:37 +0200)
The color calculation is exactly the same as done some lines above.
RadialSymmetryDiagram.py
patch
|
blob
|
history
diff --git
a/RadialSymmetryDiagram.py
b/RadialSymmetryDiagram.py
index
581ad30
..
333606a
100755
(executable)
--- a/
RadialSymmetryDiagram.py
+++ b/
RadialSymmetryDiagram.py
@@
-89,7
+89,6
@@
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,
align_baseline=True)