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

Improve handling of large cascade plots #71

Merged
merged 5 commits into from
Sep 25, 2024

Commits on Sep 16, 2024

  1. Refactor platform label generation

    Use a single function to generate platform labels for both matplotlib
    and pgfplots backends.
    
    Signed-off-by: John Pennycook <[email protected]>
    Pennycook committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5fcf6a3 View commit details
    Browse the repository at this point in the history
  2. Adopt two letter labels for more than 26 platforms

    Two letter labels are spreadsheet-style: AA, AB, AC, AD...
    
    Signed-off-by: John Pennycook <[email protected]>
    Pennycook committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1b99661 View commit details
    Browse the repository at this point in the history
  3. Set a larger default size for big cascade plots

    Signed-off-by: John Pennycook <[email protected]>
    Pennycook committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7f0ae39 View commit details
    Browse the repository at this point in the history
  4. Adjust platform legend for big cascade plots

    Signed-off-by: John Pennycook <[email protected]>
    Pennycook committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    489d46a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Fix _get_platform_labels docstring

    Add missing Parameters section.
    
    Signed-off-by: John Pennycook <[email protected]>
    Pennycook committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6471f60 View commit details
    Browse the repository at this point in the history