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

Feature: Flexible Y-Min and Y-Max settings. #5720

Closed
wants to merge 2 commits into from

Commits on Aug 12, 2016

  1. Feature: Flexible Y-Min and Y-Max settings.

    Y-Min and Y-Max is now string.
    New usage for both Y-Min and Y-Max (Where X is a real number):
      >X Y-Max/Y-Max is auto if data is above X else X
      <X Y-Max/Y-Min is auto if data is below X else X
      =X Y-Max/Y-Min is scaled to current value +/- X
      ~X Y-Max/Y-Min is caled to average value +/- X
    
    Example: Y-Min: <100 Y-Max: >200
    If all points are within 100 and 200: Y-Min is 100 and Y-Max is 200
    If some points are above 200: Y-Min is 100 and Y-Max is auto
    If some points are below 100: Y-Min is auto and Y-Max is 200
    if some points are below 100 and above 200: Y-Min and Y-Max is auto
    
    Tests for new settings added
    thoj committed Aug 12, 2016
    Copy the full SHA
    839b320 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    56710c3 View commit details
    Browse the repository at this point in the history