Forum Discussion
Betsy
8 years agoHelper IV
Python visual that functions like a Power BI Card or table visual of analysis summary?
Hi Everyone, I'm wondering if anyone knows of a Python visual that is essentially a Power BI card visual? I'm looking to take a p value that results from a statistical analysis and place it on my...
- Anonymous8 years ago
yes you can simply show formatted text and even add extra stuff (trendlines etc), you could use the matplotlib library and use patheffects:
or simply text
Anonymous
8 years agoNot applicable
Hi Betsy,
Unfortunately, current python visual is similar as r visual and itself not support to interact with other visuals. You can only use other visuals to affect it.
Regards,
Xiaoxin Sheng