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

Add bar charts and boxplots #499

Closed
wants to merge 10 commits into from
Closed

Commits on Jun 19, 2021

  1. Add bar charts and boxplots.

    Replace PlotItem::series() by get_bounds() and closest()
    niladic committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    3e7d51c View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    niladic committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    158228b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Configuration menu
    Copy the full SHA
    912b2f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26df64d View commit details
    Browse the repository at this point in the history
  3. Reduce Vec allocations

    niladic committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    8743c53 View commit details
    Browse the repository at this point in the history
  4. Reduce Vec allocations

    niladic committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    adfa8d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97b9fd0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eab35c4 View commit details
    Browse the repository at this point in the history
  7. Remove bunch of one line fn

    niladic committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    f5069e3 View commit details
    Browse the repository at this point in the history
  8. Reduce String allocations

    niladic committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    e429ac5 View commit details
    Browse the repository at this point in the history