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 plot items #471

Merged
merged 4 commits into from
Jun 24, 2021
Merged

More plot items #471

merged 4 commits into from
Jun 24, 2021

Commits on Jun 7, 2021

  1. Added plot items:

    * Arrows, also called "Quiver plots" in matplotlib etc.
    * Convex polygons
    * Text
    * Images
    
    Other changes:
    
    * Make HLine/VLine into PlotItems as well.
    * Add a "fill" property to Line so that we can fill/shade the area between a line and a horizontal reference line.
    * Add stems to Points, which are lines between the points and a horizontal reference line.
    * Allow using .. when specifying ranges for values generated by explicit callback functions, as an alias for f64::NEG_INFINITY..f64::INFINITY
    * Allow using ranges with exclusive end bounds for values generated by parametric callback functions to generate values where the first and last value are not the same.
    EmbersArc committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e14934e View commit details
    Browse the repository at this point in the history
  2. update changelog

    EmbersArc committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    5577a08 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    fe7db5a View commit details
    Browse the repository at this point in the history
  2. add legend background

    EmbersArc committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    79a08ac View commit details
    Browse the repository at this point in the history