-
Notifications
You must be signed in to change notification settings - Fork 250
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/hvband #1264
feature/hvband #1264
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1264 +/- ##
=========================================
+ Coverage 90.59% 90.6% +0.01%
=========================================
Files 37 38 +1
Lines 3945 3961 +16
=========================================
+ Hits 3574 3589 +15
- Misses 371 372 +1
Continue to review full report at Codecov.
|
eb4914c
to
216cea9
Compare
618c5dc
to
152aa9a
Compare
I was able to do the regression tests with @davidanthoff's Rsvg.jl PR. Somethings pertaining to histogram and hexbin came up, but I don't think they're related to changes here. Let me know if you would like me to post the Diffs here. |
this will be nice to have! thanks for this. what was different in the regression tests? |
76a5cf8
to
cb916d1
Compare
i've seen these minor differences often before too. not sure how to complain. have never held up a PR because of it. thanks! |
This feature provides
Geom.hband
andGeom.vband
geometries that address a need similar to that expressed in #1174. This pull request revives #1176.Contributor checklist:
NEWS.md
squash
'ed orfixup
'ed junk commits with git-rebaseProposed changes
Geom.hband
geometry that has the same width properties ofhline
, but a vertical span specified byymin
andymax
.Geom.vband
geometry that has the same height properties ofvline
, but a horizontal span specified byxmin
andxmax
.Measure
to pass throughcoord.jl
andstatistics.jl
.