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: Ordering of subplots #1111

Merged
merged 2 commits into from
Mar 2, 2023
Merged

Commits on Feb 27, 2023

  1. fix: Ordering of subplots

    - User is expecting the plots to be ordered 0 at top, increasing downward
    - Plotlys bounds coordinate system has 0,0 in the bottom left, increasing upward
    - Invert the coordinates so that it appears in plotly correctly
    - Add unit tests
    mofojed committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    9650d26 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    80caca5 View commit details
    Browse the repository at this point in the history