Jan Rygl

Results 1 comments of Jan Rygl

Solution to overcome current behaviour: ``` def rotate_label(plot, element): labels = plot.handles["labels"] for annotation in labels: angle = annotation.get_rotation() if 90 < angle < 270: annotation.set_rotation(180 + angle) annotation.set_horizontalalignment("right") chords.opts(cmap='Category20b',...