-
Notifications
You must be signed in to change notification settings - Fork 251
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
Fixes #1338 #1339
Fixes #1338 #1339
Conversation
Looks like Gadfly's Cairo compatibility needs to be updated (due to GiovineItalia/Compose.jl#360). Does someone want to do that in a separate PR? Note that Cairo.jl is currently on v0.8. |
@Mattriks, the merge of GiovineItalia/Compose.jl#360 has not yet been released. Both Compose.jl and Gadfly.jl need to be updated. |
For Gadfly, Travis uses Compose#master, which is why the tests currently fail here. Do you want to start PRs updating to Cairo v0.8 for Compose and Gadfly? |
Yeah, alright. |
Bump. This PR is ready to merge. |
tests fail because of Cairo. we need this put into a separate PR first. |
01a596f
to
43ca816
Compare
Codecov Report
@@ Coverage Diff @@
## master #1339 +/- ##
==========================================
+ Coverage 90.12% 90.15% +0.02%
==========================================
Files 36 36
Lines 3940 3940
==========================================
+ Hits 3551 3552 +1
+ Misses 389 388 -1
Continue to review full report at Codecov.
|
Done. |
This PR:
Geom.point
consistent with the other discrete aestheticsshape=x
, when length(x)==1, work withGeom.subplot_grid
Examples