Closed olavolav closed 1 year ago
simplified example:
>>> extended_talbot_labels(x_min=0.14, x_max=1.9, available_space=60, vertical_direction=False, verbose=False).render()
[' 0.6 1.1 1.6']
The result should be the labels 0.5, 1 and 1.5.
In the example of #15 actually it is curious that the
.5
labels are not chosen by the algorithm.It seems odd that the
simplicity
for the intuitive choice of[-1.5, -1.0, -0.5]
is negative.Let's investigate, could be a bug.