AutoViML / AutoViz

Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.
Apache License 2.0
1.71k stars 197 forks source link

Categories barplot with target same color #16

Closed Nathanlauga closed 4 years ago

Nathanlauga commented 4 years ago

Hi! I find out that for categories bar plot with target color splitting, the color is the same for both target values. I uploaded an example here : test AutoViz on adult data notebook.

By the way, great job with this package ! Nathan.

AutoViML commented 4 years ago

Yes I see. Will fix that. Thanks for bribing this to my attention. Ram

On Fri, Jan 10, 2020 at 10:48 AM Nathan Lauga notifications@github.com wrote:

Hi! I find out that for categories bar plot with target color splitting, the color is the same for both target values. I uploaded an example here : test AutoViz on adult data notebook https://github.com/Nathanlauga/test-autoviz/blob/master/Test%20autoviz%20on%20adult%20dataset.ipynb .

By the way, great job with this package ! Nathan.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AutoViML/AutoViz/issues/16?email_source=notifications&email_token=AMKBH6ASB5YSFCOR7IZPQ7TQ5CKEFA5CNFSM4KFJVPU2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IFMENHA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMKBH6FE7SJ2RVQYU5BIDSLQ5CKEFANCNFSM4KFJVPUQ .

AutoViML commented 4 years ago

Nathan: This color problem has been resolved. Please uninstall autoviz and install a new version. Your version should say: 0.0.068

Otherwise you will see the old plots as you have in the notebook currently. Thanks Ran

On Fri, Jan 10, 2020 at 11:39 AM Ram Seshadri rsesha2001@gmail.com wrote:

Yes I see. Will fix that. Thanks for bribing this to my attention. Ram

On Fri, Jan 10, 2020 at 10:48 AM Nathan Lauga notifications@github.com wrote:

Hi! I find out that for categories bar plot with target color splitting, the color is the same for both target values. I uploaded an example here : test AutoViz on adult data notebook https://github.com/Nathanlauga/test-autoviz/blob/master/Test%20autoviz%20on%20adult%20dataset.ipynb .

By the way, great job with this package ! Nathan.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AutoViML/AutoViz/issues/16?email_source=notifications&email_token=AMKBH6ASB5YSFCOR7IZPQ7TQ5CKEFA5CNFSM4KFJVPU2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IFMENHA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMKBH6FE7SJ2RVQYU5BIDSLQ5CKEFANCNFSM4KFJVPUQ .

Nathanlauga commented 4 years ago

Thanks! Good job :+1: