jangevaare / PhyloTrees.jl

Phylogenetic trees in Julia
Other
22 stars 8 forks source link

@tbreloff's humble request #8

Closed jangevaare closed 8 years ago

jangevaare commented 8 years ago

Hey @tbreloff, I came across your humble request on RecipesBase readme. I'm using a plot recipe in my package PhyloTrees.jl. An example can be seen on line 26 of the following notebook: https://github.com/jangevaare/PhyloTrees.jl/blob/master/PhyloTreesDemo.ipynb

And the recipe itself is here: https://github.com/jangevaare/PhyloTrees.jl/blob/master/src/plot.jl

Thanks for your work!

tbreloff commented 8 years ago

Awesome thanks for the note! A quick suggestion... It's nice to use the '-->' operator for colors and other things a user may wish to override. As you have it, you force the color with the ':=' operator.

On Tuesday, June 28, 2016, Justin Angevaare notifications@github.com wrote:

Hey @tbreloff https://github.com/tbreloff, I came across your humble request on RecipesBase readme. I'm using a plot recipe in my package PhyloTrees.jl. An example can be seen on line 26 of the following notebook: https://github.com/jangevaare/PhyloTrees.jl/blob/master/PhyloTreesDemo.ipynb

And the recipe itself is here: https://github.com/jangevaare/PhyloTrees.jl/blob/master/src/plot.jl

Thanks for your work!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jangevaare/PhyloTrees.jl/issues/8, or mute the thread https://github.com/notifications/unsubscribe/AA492oC530DaGoxkIKs2FX_jv-KALmbNks5qQUwGgaJpZM4JASdl .

jangevaare commented 8 years ago

Thanks!