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

Pcolor - Gives Flot the ability to draw 2D pseudo-color plots. #27

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Commits on Jul 24, 2015

  1. 2D pseudo-color plot plugin

    basic 2D pseudo-color plot
    Vincent Paeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    ea9cdc5 View commit details
    Browse the repository at this point in the history
  2. pseudo-color plot example

    Vincent Paeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    061892e View commit details
    Browse the repository at this point in the history
  3. Description and usage

    vpaeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    f74ad74 View commit details
    Browse the repository at this point in the history
  4. typo and additions

    vpaeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    3c98e7d View commit details
    Browse the repository at this point in the history
  5. renamed readme

    vpaeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    9a2113a View commit details
    Browse the repository at this point in the history
  6. renamed example

    vpaeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    3f17756 View commit details
    Browse the repository at this point in the history
  7. added mention to example

    vpaeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    b5eb264 View commit details
    Browse the repository at this point in the history
  8. corrected example

    Vincent Paeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    5f4ddff View commit details
    Browse the repository at this point in the history
  9. re-inserted README

    Vincent Paeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    8f5d4d9 View commit details
    Browse the repository at this point in the history
  10. changed place where colormap is defined

    Vincent Paeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    bd27337 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    032027a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c8c5dfd View commit details
    Browse the repository at this point in the history
  13. avoided recreating the off-screen canvas on draw

    Vincent Paeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    c6110dd View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'origin/master'

    Vincent Paeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    0f68453 View commit details
    Browse the repository at this point in the history
  15. Fast line plot plugin

    basic line rendering for fast update of large data sets
    Vincent Paeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    004e97a View commit details
    Browse the repository at this point in the history
  16. fastline plugin

    Vincent Paeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    759492f View commit details
    Browse the repository at this point in the history
  17. performance hacks

    Vincent Paeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    29fb722 View commit details
    Browse the repository at this point in the history
  18. color bug

    Vincent Paeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    9ca7399 View commit details
    Browse the repository at this point in the history
  19. color map typo

    Vincent Paeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    ea408c4 View commit details
    Browse the repository at this point in the history
  20. rewind

    Vincent Paeder committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    a516923 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2015

  1. added colorbar

    Vincent Paeder committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    cd4472a View commit details
    Browse the repository at this point in the history
  2. some additions

    - label alignment
    - custom formatting function
    Vincent Paeder committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    0718855 View commit details
    Browse the repository at this point in the history
  3. version bump

    Vincent Paeder committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    637bd98 View commit details
    Browse the repository at this point in the history
  4. some reorganization

    Vincent Paeder committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    0fffb96 View commit details
    Browse the repository at this point in the history
  5. reorganization

    moved all persistent objects into one pcolor parent
    Vincent Paeder committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    11d849c View commit details
    Browse the repository at this point in the history
  6. simplifications

    Vincent Paeder committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    ae336b9 View commit details
    Browse the repository at this point in the history