Secondary axes in plots are not working if the second range is set
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
The (automatic) secondary axes in plots are not generated, if the range for the y interval of the main axis is set.
Analysis:
The reason is the passed second axis explicitly. The current conditions only evaluate the necessary code branches, if the number of passed ranges is below 2. This is not the case, if the second range is set by the user.
Implementation:
The fix was implemented as proposed by the analysis. Implementation tests were passed successfully.
Documentation:
Not needed - Bug fix.
Tests:
The fix was added to the automatic tests. No deviations detected. Bug fix implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: