Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: halfhp/androidplot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: phisi/androidplot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 0 files changed
  • 2 contributors

Commits on Feb 22, 2017

  1. Introduce a new StepMode

    Why:
    Increment by value -> no good when zooming
    Increment by pixel -> no good when zooming
    subdivide -> depending on data chooses ticks at wired locations e.g (1.3 , 2.3, 3,3 instead of 1, 2, 3)
    
    Workaround:
    When you know your data: supply an array of predefined increments (by value) for StepModel to choose from
    to best fit the desired number of lines. For example:
    Start zoomed out with ticks every 100 and as you zoom in switch to 50,10,1
    psi committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    5eed634 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Introduce a new StepMode

    Why:
    Increment by value -> no good when zooming
    Increment by pixel -> no good when zooming
    subdivide -> depending on data chooses ticks at wired locations e.g (1.3 , 2.3, 3,3 instead of 1, 2, 3)
    
    Workaround:
    When you know your data: supply an array of predefined increments (by value) for StepModel to choose from
    to best fit the desired number of lines. For example:
    Start zoomed out with ticks every 100 and as you zoom in switch to 50,10,1
    psi committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    654d6e2 View commit details
    Browse the repository at this point in the history
  2. comments

    psi committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    370fbdb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from phisi/stepmode2

    Stepmode2
    phisi authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    03c2055 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2017

  1. restore messed up build files

    psi committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    7edf573 View commit details
    Browse the repository at this point in the history
  2. sanity check for StepModelFit.setSteps

    added unit test for StepModelFit
    psi committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    99b0c62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e8e13a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from phisi/stepmode2

    Stepmode2
    phisi authored Feb 25, 2017
    Configuration menu
    Copy the full SHA
    2185684 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2017

  1. Merge pull request #4 from halfhp/master

    Introduce a new StepMode (#32)
    phisi authored Feb 26, 2017
    Configuration menu
    Copy the full SHA
    85aea0e View commit details
    Browse the repository at this point in the history
Loading