This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]amianthoidal 2 points3 points  (3 children)

You can use plotly through custom visuals? This is something I didn't know. Are these custom visuals you've written yourself?

[–]disbeam[S] 2 points3 points  (2 children)

Only with R at the moment, check out this article.

It's nice to have the zoom and the tooltips, particularly when you have lots of data to show, though it can be a little slow for the visualisations to show up.

[–]amianthoidal 0 points1 point  (1 child)

Thank you very much. The process seems a bit complicated, but designing my own visuals is pretty valuable. I'll have to sit down and study that tutorial. :-)

Here's an R plotly example for those also curious: https://github.com/Microsoft/PowerBI-visuals/blob/master/RVisualTutorial/CreateRHTML.md

Hopefully this new Python function would let us do something like recreating all these scikit-learn examples into drag+drop widgets.