Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inversion of 3d axis. #14579

Merged
merged 1 commit into from
Jun 25, 2019
Merged

Fix inversion of 3d axis. #14579

merged 1 commit into from
Jun 25, 2019

Commits on Jun 20, 2019

  1. Fix inversion of 3d axis.

    ... which was broken because 3d axises stored and accessed their viewlim
    info sometimes in xy_viewLim/zz_viewLim and sometimes in v_interval (and
    likewise for datalim), leading to out-of-sync info...
    
    Not deprecating d_interval/v_interval for now both because this needs to
    go to 3.1.1 to fix the breakage and because I think storing the info in
    axis attributes actually makes *more* sense than in viewLim/dataLim --
    but fully switching to d_interval/v_interval needs bigger surgery.
    anntzer committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    0e41317 View commit details
    Browse the repository at this point in the history