Skip to content

Commit

Permalink
Merge pull request #850 from kshyatt/ksh/beetest
Browse files Browse the repository at this point in the history
Added test for beeswarm geometry
  • Loading branch information
shashi committed Aug 18, 2016
2 parents dd3ea4e + 9c4ee00 commit 8aaa31b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions test/beeswarm.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

using Gadfly
using RDatasets

plot(dataset("lattice", "singer"), x="VoicePart", y="Height", Geom.beeswarm)
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ tests = [
("step", 6inch, 3inch),
("auto_enumerate", 6inch, 3inch),
("coord_limits", 6inch, 6inch),
("rug", 6inch, 3inch)
("rug", 6inch, 3inch),
("beeswarm", 6inch, 3inch)
]


Expand Down

0 comments on commit 8aaa31b

Please sign in to comment.