Skip to content

Resolve "GUI: missing tick labels at ends of alpha_i axis"

Ludwig Jaeck requested to merge 434-axis into main

This MR #434 (closed)

[Problem] The initial viewport of the SpecularPlot does not show the first and last expected ticks on the x axis.

[Solution] I've added constant paddings to the x axis range.

image

This no perfect solution tho, because it may depend on the scaling still.

The reason why begin and end of a range are not displayed is probably because those values are no part of the sampled range, since the binning of the FixedBinAxis uses each bins center as a value.

Merge request reports