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

box tip aggregate #1843

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

box tip aggregate #1843

wants to merge 10 commits into from

Commits on Aug 27, 2023

  1. fix box plot tips

    we have 5 elements to report + the outliers
    
    when there are less than 5 values, a choice must be made. The "report" array is in order of priority (highest priority last, since we use Array.pop).
    
    This seems to work well with 1, 2, 3, 4, and 5 values. I wonder if q1 and q3 make sense when there are < 5 values, by the way, and we should probably censor them in the visible mark too?
    Fil committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    d72edee View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. fix pointer

    Fil committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    364cf78 View commit details
    Browse the repository at this point in the history
  2. skip null

    Fil committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ea290ca View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. boxplot aggregate tips

    Fil committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9e8d151 View commit details
    Browse the repository at this point in the history
  2. fixes

    Fil committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    204d737 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. simpler

    Fil committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    e2d1173 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    088b805 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. tip format as: low, high

    Fil committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    d20f9ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59febea View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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