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

More performant plotting for simple plot types #904

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

Commits on Sep 22, 2023

  1. big refactor

    39bytes committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a035269 View commit details
    Browse the repository at this point in the history
  2. basic scatter working

    39bytes committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    62502bc View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

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

Commits on Sep 26, 2023

  1. trying things

    39bytes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9ee52dd View commit details
    Browse the repository at this point in the history
  2. trying points

    39bytes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8935ad1 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. wip

    39bytes committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    63be4bb View commit details
    Browse the repository at this point in the history
  2. big refactor

    39bytes committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0b5ce5b View commit details
    Browse the repository at this point in the history
  3. a mess

    39bytes committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    bf8cf9c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. incremental updates

    39bytes committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    bb5af4b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. back to stateless

    39bytes committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c2beb96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1ac17e View commit details
    Browse the repository at this point in the history
  3. refactor

    39bytes committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3509fa1 View commit details
    Browse the repository at this point in the history
  4. camera partial refactor

    39bytes committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    54681d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. more refactor

    39bytes committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4e00a41 View commit details
    Browse the repository at this point in the history
  2. remove unused fields

    39bytes committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a80aea7 View commit details
    Browse the repository at this point in the history
  3. more refactoring

    39bytes committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a2c8184 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. panning kinda works

    39bytes committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    8ae975d View commit details
    Browse the repository at this point in the history
  2. more refactor

    39bytes committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    899c03e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. tweaks

    39bytes committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    a0554d4 View commit details
    Browse the repository at this point in the history
  2. panning works properly now

    39bytes committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f412ae7 View commit details
    Browse the repository at this point in the history
  3. better panning

    39bytes committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    759e986 View commit details
    Browse the repository at this point in the history
  4. remove unused function

    39bytes committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    3b87296 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. plot cleanup functions

    39bytes committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f6e7145 View commit details
    Browse the repository at this point in the history
  2. make ctrl update immutable

    39bytes committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8d465ab View commit details
    Browse the repository at this point in the history
  3. more configurable scatter3d

    39bytes committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0139864 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. more configurability

    39bytes committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    fce568d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    7b92841 View commit details
    Browse the repository at this point in the history
  2. fix up plot lib

    39bytes committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    cf2f8bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13e0197 View commit details
    Browse the repository at this point in the history
  4. submodule

    39bytes committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    49a3d78 View commit details
    Browse the repository at this point in the history
  5. submodule

    39bytes committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3f14e8c View commit details
    Browse the repository at this point in the history
  6. submodule

    39bytes committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e922eb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d37d455 View commit details
    Browse the repository at this point in the history
  8. format

    39bytes committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    11ddd5a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. fix memory leak

    39bytes committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d532933 View commit details
    Browse the repository at this point in the history
  2. add packages

    39bytes committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6e2d7d7 View commit details
    Browse the repository at this point in the history
  3. camera adjustments

    39bytes committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9c07990 View commit details
    Browse the repository at this point in the history
  4. point color fixes

    39bytes committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    0195240 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    59edb6d View commit details
    Browse the repository at this point in the history
  2. fix key error

    39bytes committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a6e974e View commit details
    Browse the repository at this point in the history
  3. add text color to theme

    39bytes committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c812249 View commit details
    Browse the repository at this point in the history
  4. logging

    39bytes committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7a3bdf5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4648dc View commit details
    Browse the repository at this point in the history
  6. fix shadow

    39bytes committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    15e7dbd View commit details
    Browse the repository at this point in the history
  7. key error fix

    39bytes committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    4cced6c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    238e7fc View commit details
    Browse the repository at this point in the history
  2. bump version

    39bytes committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    74b826d View commit details
    Browse the repository at this point in the history
  3. bump packages

    39bytes committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    eda35ed View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Some logging

    39bytes committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e9aa732 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    674e30f View commit details
    Browse the repository at this point in the history
  2. fix manifest error

    39bytes committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1f6229a View commit details
    Browse the repository at this point in the history