Skip to content

Fixed autoscaling of parent X-axis in Plot.add_segments_bar

This PR fixes a bug in Plot.add_segments_bar whereby the X-axis of the original Axes would be autoscaled regardless of whether it had autoscalex_on or not.

Merge request reports