talgalili / dendextend

Extending R's Dendrogram Functionality
152 stars 29 forks source link

Add argument colored_dots(dot_size) #100

Closed chasemc closed 3 years ago

chasemc commented 4 years ago

This allows the user to changing the size of the points created.

chasemc commented 4 years ago

I did this while trying to multitask. I'll fix the PR later today.

talgalili commented 4 years ago

Cool, thanks. Probably what you need is to update the docs so that they would be compatible with your changes. Also, any ideas for unit testing would be very helpful!

Cheers, Tal

On Wed, Apr 8, 2020 at 3:18 PM Chase Clark notifications@github.com wrote:

I did this while trying to multitask. I'll fix the PR late today.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/talgalili/dendextend/pull/100#issuecomment-610924584, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHOJBTX4JNIFH2ASEZH4QDRLRTPRANCNFSM4MDP57ZA .

talgalili commented 3 years ago

I see that the checks have failed, but I'll merge and fix it. Thanks for your PR @chasemc .