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

Feature radial heatmap #2155

Merged
merged 38 commits into from
Mar 19, 2018
Merged

Commits on Mar 17, 2018

  1. Configuration menu
    Copy the full SHA
    914bf05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2c49ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b892191 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d91aa1 View commit details
    Browse the repository at this point in the history
  5. Update RadialHeatMap example.

    mansenfranzen authored and philippjfr committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    4ec14da View commit details
    Browse the repository at this point in the history
  6. Fixed minor typos

    jbednar authored and philippjfr committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    ca4b7dd View commit details
    Browse the repository at this point in the history
  7. Minor docstring fixes

    jbednar authored and philippjfr committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    424b1c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7c3160 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa98084 View commit details
    Browse the repository at this point in the history
  10. Refactor RadialHeatMapPlot class. Remove show_nth_label in favour of

    `xticks`. Add annular tick labels. Add hover for other value dimensions.
    Simplify code while using holoviews builtins.
    mansenfranzen authored and philippjfr committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    e05ca33 View commit details
    Browse the repository at this point in the history
  11. Add New York Taxi Trip and global temperatures datasets for radial

    heatmap illustration.
    mansenfranzen authored and philippjfr committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    ceded0e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7d93934 View commit details
    Browse the repository at this point in the history
  13. Add ymarks and rename separte_nth_segment to xmarks. Add capabi…

    …lity
    
    to accept functions for `xmarks`, `ymarks`, `xticks` and `yticks`.
    mansenfranzen authored and philippjfr committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    380c610 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    767f9fa View commit details
    Browse the repository at this point in the history
  15. Update to new RadialHeatMap API. Focus on NYC taxi example and add

    explaination for choosen plot options.
    mansenfranzen authored and philippjfr committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    49fd996 View commit details
    Browse the repository at this point in the history
  16. Add yticks_angle which allows to set the angle along yticks will be

    drawn. Fix bug in `get_extents` which ignored the `max_radius` plot
    option. Fix bug in `get_default_mapping` which also ignored the impact
    of `max_radius`. Refactor and simplify `compute_tick_mapping`. Remove
    extra offset from x and y coordinates for xticks as it is not required.
    mansenfranzen authored and philippjfr committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    21562c8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    face751 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    672b523 View commit details
    Browse the repository at this point in the history
  19. Rename seperate_nth_segment to xmarks which follows the same

    convention as the bokeh plot.
    mansenfranzen authored and philippjfr committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    b4bd80e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f42f7ec View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6dda5a6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7957583 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    be3f923 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4964cf8 View commit details
    Browse the repository at this point in the history
  25. Fixed flake issues

    philippjfr committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    c26120c View commit details
    Browse the repository at this point in the history
  26. Fixed PlotSelector issue

    philippjfr committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    dec98d4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    82a90da View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cd07f31 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    10b9445 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6d01e2e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a6c7f84 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0245c43 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d8ee2be View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a9e6bee View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b97ce4a View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c24a4a1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b15d619 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    bde9d08 View commit details
    Browse the repository at this point in the history