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

Plotting: Add line markers #363

Merged
merged 32 commits into from
May 27, 2021
Merged

Plotting: Add line markers #363

merged 32 commits into from
May 27, 2021

Commits on May 9, 2021

  1. initial work on markers

    EmbersArc committed May 9, 2021
    Configuration menu
    Copy the full SHA
    2ced76e View commit details
    Browse the repository at this point in the history
  2. clippy fix

    EmbersArc committed May 9, 2021
    Configuration menu
    Copy the full SHA
    0d09622 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. simplify marker

    EmbersArc committed May 11, 2021
    Configuration menu
    Copy the full SHA
    10ffbfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edd7e17 View commit details
    Browse the repository at this point in the history
  3. use option for color

    EmbersArc committed May 11, 2021
    Configuration menu
    Copy the full SHA
    4ad97f3 View commit details
    Browse the repository at this point in the history
  4. prepare for more demo plots

    EmbersArc committed May 11, 2021
    Configuration menu
    Copy the full SHA
    5fb8820 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee5fd49 View commit details
    Browse the repository at this point in the history
  6. some small adjustments

    EmbersArc committed May 11, 2021
    Configuration menu
    Copy the full SHA
    99cba8a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. better highlighting

    EmbersArc committed May 14, 2021
    Configuration menu
    Copy the full SHA
    10e56e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75c5c1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90622a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    729ce17 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Configuration menu
    Copy the full SHA
    c5945f2 View commit details
    Browse the repository at this point in the history
  2. update changelog

    EmbersArc committed May 16, 2021
    Configuration menu
    Copy the full SHA
    1d7b252 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    e62a816 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4a3793 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4a7e56 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. create new Points primitive

    EmbersArc committed May 24, 2021
    Configuration menu
    Copy the full SHA
    ae00424 View commit details
    Browse the repository at this point in the history
  2. fix doctest

    EmbersArc committed May 24, 2021
    Configuration menu
    Copy the full SHA
    773be05 View commit details
    Browse the repository at this point in the history
  3. some cleanup and fix hover

    EmbersArc committed May 24, 2021
    Configuration menu
    Copy the full SHA
    6831302 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ee57fd View commit details
    Browse the repository at this point in the history
  5. clippy fixes

    EmbersArc committed May 24, 2021
    Configuration menu
    Copy the full SHA
    4c375f0 View commit details
    Browse the repository at this point in the history
  6. reduce visibilities

    EmbersArc committed May 24, 2021
    Configuration menu
    Copy the full SHA
    95bfbbf View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Update egui/src/widgets/plot/mod.rs

    Co-authored-by: Emil Ernerfeldt <[email protected]>
    EmbersArc and emilk authored May 26, 2021
    Configuration menu
    Copy the full SHA
    88fae19 View commit details
    Browse the repository at this point in the history
  2. Update egui/src/widgets/plot/mod.rs

    Co-authored-by: Emil Ernerfeldt <[email protected]>
    EmbersArc and emilk authored May 26, 2021
    Configuration menu
    Copy the full SHA
    8bc576b View commit details
    Browse the repository at this point in the history
  3. Update egui_demo_lib/src/apps/demo/plot_demo.rs

    Co-authored-by: Emil Ernerfeldt <[email protected]>
    EmbersArc and emilk authored May 26, 2021
    Configuration menu
    Copy the full SHA
    c6423be View commit details
    Browse the repository at this point in the history
  4. Update egui_demo_lib/src/apps/demo/plot_demo.rs

    Co-authored-by: Emil Ernerfeldt <[email protected]>
    EmbersArc and emilk authored May 26, 2021
    Configuration menu
    Copy the full SHA
    3aeb354 View commit details
    Browse the repository at this point in the history
  5. changes based on review

    EmbersArc committed May 26, 2021
    Configuration menu
    Copy the full SHA
    e76a679 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8576e2a View commit details
    Browse the repository at this point in the history
  7. fix test

    EmbersArc committed May 26, 2021
    Configuration menu
    Copy the full SHA
    43b4539 View commit details
    Browse the repository at this point in the history
  8. dynamic plot size

    EmbersArc committed May 26, 2021
    Configuration menu
    Copy the full SHA
    c541952 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. remove height

    EmbersArc committed May 27, 2021
    Configuration menu
    Copy the full SHA
    4197bd1 View commit details
    Browse the repository at this point in the history