Skip to content

Commit

Permalink
Added plot items:
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
EmbersArc committed Jun 7, 2021
1 parent 02db9ee commit e14934e
Show file tree
Hide file tree
Showing 3 changed files with 932 additions and 107 deletions.
Loading

0 comments on commit e14934e

Please sign in to comment.